8000 Release Rename serial executor · uber/swift-concurrency · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Rename serial executor

Compare
Choose a tag to compare
@neakor neakor released this 04 Dec 20:08
· 11 commits to master since this release
Rename SerialSequenceExecutor (#23)

Renames `SerialSequenceExecutor` to `ImmediateSerialSequenceExecutor` to better represent the execution is done immediately on the caller thread, since a `ConcurrentSequenceExecutor` limited to a maximum concurrency level of 1 would also be serial.
0