CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
swift-concurrency
09-05
OS
How do you execute code when scene goes to background using new Swift async/await concurrency model?
08-21
Mobile
Swift: Map AsyncStream into another AsyncStream
08-02
OS
Multiple detached tasks are not executed at the same time
07-22
database
Make tasks in Swift concurrency run serially
07-12
Software design
How to wait for a bunch of async calls to finish to return a result?
07-05
Back-end
Integrate a blocking function into Swift async
06-16
Enterprise
Swift Concurrency - how to make a closure call part of async code
06-15
Software design
Swift concurrency failing on first load
06-11
database
Class-constrained protocols don't adopt MainActor
06-07
Software design
How to use Swift async/await for MKLocalPointsInterestRequests
05-24
Mobile
Swift Concurrency UIButton
05-24
Mobile
How to access an actor from within a filter closure
05-11
Software engineering
How to return variable defined in Task in Swift
04-20
OS
Using @MainActor in a Task which is calling async function declared as @MainActor
04-15
Mobile
How to properly cancel Swift async/await function
04-12
database
`Task` blocks main thread when calling async function inside
03-17
Back-end
How to execute a CPU-bound task in background using Swift Concurrency without blocking UI updates?
02-12
Net
Xcode giving warning when using await UIApplication.shared.open(settingsURL) in Swift async function
02-10
Software engineering
SWIFTUI: Invalid conversion from 'async' function of type '(IndexSet) async
12-17
Back-end
How to wait until data from network call comes and only then return value of a function #Swift
11-26
Enterprise
Using async/await (Swift 5.5) with firebase Realtime Databse
11-24
OS
withThrowingTaskGroup - No calls to throwing functions occur within 'try' expression
11-10
Software engineering
Swift: how to wrap `completion` into an async/await?
09-23
Software design
How to call original synchronous method that has async overload in Xcode 13
09-22
Blockchain
How do I initialize a global variable with @MainActor?
09-21
Software design
Swift, actor: Actor-isolated property 'scanning' can not be mutated from a non-isolated co
Links:
CodePudding