File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5
5
[ ![ ] ( https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fdfed%2Fswift-async-queue%2Fbadge%3Ftype%3Dswift-versions )] ( https://swiftpackageindex.com/dfed/swift-async-queue )
6
6
[ ![ ] ( https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fdfed%2Fswift-async-queue%2Fbadge%3Ftype%3Dplatforms )] ( https://swiftpackageindex.com/dfed/swift-async-queue )
7
7
8
- A library of queues that enable sending ordered tasks from synchronous to asynchronous contexts.
8
+ A library of queues that enable sending ordered tasks from nonisolated to asynchronous contexts.
9
9
10
10
## Task Ordering and Swift Concurrency
11
11
12
- Tasks sent from a synchronous context to an asynchronous context in Swift Concurrency are inherently unordered. Consider the following test:
12
+ Tasks sent from a nonisolated context to an asynchronous context in Swift Concurrency are inherently unordered. Consider the following test:
13
13
14
14
``` swift
15
15
func testActorTaskOrdering () async {
You can’t perform that action at this time.
0 commit comments