Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in swift-concurrency
Get rid of warning: Passing argument of non-sendable type 'AVAssetExportSession' outside of main actor-isolated context may introduce data races
Nov 04, 2025
swift
uikit
swift-concurrency
UI Update not triggered on Main Thread despite @MainActor annotation
Nov 01, 2025
swift
macos
actor
appkit
swift-concurrency
Swift Concurrency: Combine TaskGroup and AsyncStream?
Nov 01, 2025
swift
swift-concurrency
asyncstream
How to avoid deadlock / hang when using SwiftData and @Observable?
Oct 30, 2025
swiftui
swiftdata
swift-concurrency
Swift Concurrency - Why my Task didn't inherit the parent Task's executor and priority
Oct 31, 2025
swift
swift-concurrency
Swift code suspension point in asynchronous & synchronous code
Oct 29, 2025
swift
async-await
swift-concurrency
Split up Task into multiple concurrent subtasks
Oct 27, 2025
swift
concurrency
grand-central-dispatch
swift-concurrency
Conforming an actor to Sequence protocol
Oct 25, 2025
swift
concurrency
swift-concurrency
Mutually cancelling Tasks
Oct 26, 2025
swift
swift-concurrency
Understanding Task{ } behaviour in iOS Swift Concurrency
Oct 22, 2025
swift
swift-concurrency
How to check if the current task is cancelled in Swift Tasks (async/await)
Oct 20, 2025
swift
async-await
concurrency
swift-concurrency
Convert the async Throwing Expression to a Result
Oct 18, 2025
swift
swift-concurrency
Swift Concurrency capturing self weakly in actor
Sep 22, 2025
swift
actor
swift-concurrency
Swift 6 concurrency issue with EnvironmentKey
Sep 16, 2025
swift
concurrency
swift-concurrency
swift6
How to access an actor-isolated property
Sep 11, 2025
swift
swift5
xcode13
swift-concurrency
What is the correct way to await the completion of two Tasks in Swift 5.5 in a function that does not support concurrency?
Sep 12, 2025
swift
async-await
task
swift-concurrency
How do I initialize a global variable with @MainActor?
Sep 12, 2025
swift
swift-concurrency
Is there a difference between "@MainActor in" and "MainActor.run"?
Sep 10, 2025
swift
swift-concurrency
How to constrain concurrency (like `maxConcurrentOperationCount`) with Swift Concurrency?
Sep 10, 2025
swift
async-await
swift-concurrency
Store a reference to a TaskGroup or add to it outside of scope
Sep 08, 2025
swift
swift5
swift-concurrency
swift-task
Older Entries »