import AsyncCollections
Coverage
Declarations
Interfaces
final class AsyncSemaphore
A Semaphore implementation that can be used with Swift Concurrency.
actor TaskQueue<Result> where Result : Sendable
Queue for managing the running of Tasks ensuring only so many concurrent tasks are running at any one point in time.