Task Queue

A queue for Swift structured concurrency.

Installation

Swift Package Manager

dependencies: [
    .package(url: "https://github.com/kylehughes/task-queue.git", branch: "main"),
]

Contributions

Task Queue is not accepting source contributions at this time. Bug reports will be considered.

This framework is a personal hobby. Feel free to copy pieces, or to fork, but don’t expect much support.

Author

Kyle Hughes

my twitter

License

Task Queue is available under the MIT license.

See LICENSE for details.

GitHub

View Github