Skip to content

Commit 5ffead4

Browse files
authored
Update README.md
1 parent efb45a8 commit 5ffead4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
[![](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)
66
[![](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)
77

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.
99

1010
## Task Ordering and Swift Concurrency
1111

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:
1313

1414
```swift
1515
func testActorTaskOrdering() async {

0 commit comments

Comments
 (0)