Brisk
Concurrency helper
A Swift DSL that helps manage concurrency in asynchronous code by providing shorthand operators and extensions to DispatchQueue.
A Swift DSL that allows concise and effective concurrency manipulation
25 stars
3 watching
3 forks
Language: Swift
last commit: over 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
sustrik/libdill | Structured concurrency primitives for C to manage concurrent tasks efficiently | 1,683 |
jmfieldman/mortar | A compact Auto Layout DSL for Swift | 83 |
zkat/chanl | A concurrency framework that enables threads to communicate and synchronize using channel objects. | 169 |
zewo/zewo | A lightweight Swift library providing concurrency and synchronous APIs for web applications on macOS and Linux. | 1,853 |
johnsundell/flow | Enables atomic operations with synchronous or asynchronous execution and reusable code blocks | 216 |
crabmusket/haskell-simple-concurrency | A tutorial project introducing basic concurrency mechanisms in Haskell through simple examples and inspiration from Go's concurrency primitives. | 79 |
safareli/free | A library for combining parallel and sequential computations while maintaining the flexibility of a monadic programming paradigm. | 58 |
typelift/concurrent | A library providing functional concurrency primitives inspired by concurrent programming languages. | 209 |
jensravens/warpdrive | A Swift library for simplifying multithreading and asynchronous programming in iOS and macOS applications | 40 |
benlau/quickpromise | A QML Promise Library that simplifies asynchronous workflow with promise-like objects and signal-based execution | 179 |
marcoonroad/sporadic | A set of abstractions for concurrency and asynchronous programming in JavaScript | 18 |
joel-jeremy/deezpatch | A simple fast dispatch library designed to support the CQRS pattern in Java applications | 42 |
sherifabdlnaby/gpool | Manages a resizeable pool of context aware goroutines to bound concurrency and wait for resources to become available. | 90 |
awkward-squad/ki | A lightweight library for structured concurrency in Haskell, providing a simple and efficient way to manage concurrent operations. | 83 |
zewo/venice | A Swift library providing structured concurrency and CSP capabilities for concurrent programming on macOS and Linux. | 1,495 |