Converting function value of type '@MainActor () -> ()' to '() -> Void' loses global actor 'MainActor'
|
|
4
|
2917
|
May 28, 2023
|
Structured concurrency bug in Xcode 14.3
|
|
29
|
8189
|
May 27, 2023
|
Actor Reentrancy
|
|
14
|
1941
|
May 22, 2023
|
Bridging async > sync code in swift concurrency
|
|
12
|
848
|
May 21, 2023
|
Async deinit diagnostics in swift-syntax
|
|
0
|
279
|
May 20, 2023
|
Sendable warning with thread safe property wrapper
|
|
5
|
417
|
May 20, 2023
|
Does Task cancellation propagate to URLSessionTasks?
|
|
1
|
246
|
May 18, 2023
|
How to merge multiple AsyncStream, not just two or three?
|
|
3
|
553
|
May 15, 2023
|
Useful Task {...} api examples
|
|
1
|
285
|
May 14, 2023
|
How to use withTaskCancellationHandler properly?
|
|
43
|
10139
|
May 12, 2023
|
Introducing ArcGIS Maps SDK for Swift
|
|
0
|
555
|
May 11, 2023
|
Coordinating Combine's `receive(on:)` with `@MainActor`
|
|
7
|
2535
|
May 10, 2023
|
Subclassing URLProtocol for testing URLSession calls problem / error when using async await
|
|
1
|
313
|
May 9, 2023
|
Reliably testing code that adopts Swift Concurrency?
|
|
90
|
11761
|
May 3, 2023
|
[Help needed] Return a list of discovered BT peripherals
|
|
1
|
227
|
May 1, 2023
|
For await loop wrapped in a Task { } block
|
|
6
|
1098
|
April 28, 2023
|
Avoiding Sendable Warning for Unused Async Result
|
|
9
|
450
|
April 27, 2023
|
Determining whether an async function will run on the main actor
|
|
9
|
3000
|
April 27, 2023
|
The latest information on `reasync`?
|
|
3
|
1501
|
April 26, 2023
|
Task - awaiting for variable change
|
|
2
|
562
|
April 26, 2023
|
Swift 5.8 ThrowingTaskGroup.waitForAll()
|
|
3
|
1455
|
April 25, 2023
|
Queryable - Swift package to present SwiftUI views "asynchronously" through continuations
|
|
2
|
968
|
April 24, 2023
|
Crash in "safe" swift with actors/concurrency
|
|
5
|
725
|
April 23, 2023
|
Swift Actor Hanging - Control over execution not returned after async call
|
|
6
|
676
|
April 22, 2023
|
Really bad performance with concurrecny and how to optimize the code
|
|
20
|
1248
|
April 21, 2023
|
Concurrency Checking in Swift Packages (unsafeFlags)
|
|
12
|
1369
|
April 20, 2023
|
DispatchQueue.concurrentPerform in XCUnitTest
|
|
3
|
254
|
April 19, 2023
|
@Published projected value actor context is different from the property value's actor when annotated with @MainActor
|
|
0
|
211
|
April 19, 2023
|
Non-isolated context error in actor's init
|
|
0
|
258
|
April 19, 2023
|
Which executor will run the completion handler of an `@objc` actor method?
|
|
1
|
265
|
April 18, 2023
|