Considerations when adapting completion-block async code to Swift concurrency via `withTaskCancellationHandler` & `withCheckedContinuation`
|
|
2
|
139
|
December 8, 2023
|
[Pitch #3] Async Let
|
|
70
|
4683
|
December 7, 2023
|
Asynchronous Swift serial port wrapper best approach?
|
|
17
|
1227
|
December 7, 2023
|
SE-0414: Region Based Isolation
|
|
21
|
1756
|
December 7, 2023
|
SE-0412: Strict concurrency for global variables
|
|
17
|
2003
|
December 6, 2023
|
[Review extended] SE-0412: Strict concurrency for global variables
|
|
1
|
302
|
December 6, 2023
|
@MainActor with protocols
|
|
0
|
172
|
December 4, 2023
|
Removing `-strict-concurrency=targeted`
|
|
6
|
685
|
December 4, 2023
|
Why does THIS execute async work synchronously but Task doesn't
|
|
1
|
216
|
November 29, 2023
|
Does Swift guarantee sequential memory write?
|
|
9
|
520
|
November 26, 2023
|
Looking for something in between a `TaskGroup` and a `ThrowingTaskGroup`
|
|
11
|
800
|
November 23, 2023
|
Introducing Processed - Automated Loading States in SwitUI
|
|
1
|
2081
|
November 22, 2023
|
Concurrency, how to do heavy CPU work?
|
|
14
|
1067
|
November 22, 2023
|
Replacement for MainActor(unsafe)?
|
|
3
|
1076
|
November 22, 2023
|
Is this "Sendable" warning correct?
|
|
5
|
2488
|
November 21, 2023
|
@Observable macro conflicting with @MainActor
|
|
3
|
1053
|
November 21, 2023
|
Task, async, testing, disappearing
|
|
2
|
256
|
November 14, 2023
|
Confused about @Published safety from Task
|
|
3
|
1753
|
November 14, 2023
|
Race condition in TicTacFish sample code?
|
|
9
|
1306
|
November 13, 2023
|
Context switch on MainActor and number of threads
|
|
9
|
461
|
November 11, 2023
|
Async wait without await / networking statements
|
|
0
|
236
|
November 10, 2023
|
[Pitch] Inheriting the caller's actor isolation
|
|
5
|
398
|
November 10, 2023
|
Promise is non-sendable type
|
|
2
|
269
|
November 10, 2023
|
[Pitch] Dynamic actor isolation enforcement
|
|
11
|
781
|
November 9, 2023
|
Coordinating Combine's `receive(on:)` with `@MainActor`
|
|
8
|
5348
|
November 9, 2023
|
[Pitch] Typed throws in the Concurrency module
|
|
20
|
1186
|
November 9, 2023
|
[Pitch] Task Executor Preference
|
|
37
|
2167
|
November 8, 2023
|
Communicating between two concurrent tasks
|
|
0
|
273
|
November 7, 2023
|
DispatchSerialQueue apppears to execute blocks Concurrently
|
|
2
|
272
|
November 7, 2023
|
The compiler forces you only sometimes to use an `async` overload of a function. Why?
|
|
1
|
228
|
November 6, 2023
|