Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ This fork addresses critical bugs, adds utilities for high-throughput and async

- **Completion transitions** (`completion<T>`) -- post-event transitions with origin event propagation
- **Coroutine state machines** (`co_sm`) -- C++20 coroutine-driven SM with configurable scheduler and allocator policies
- **`thread_pool_scheduler`** -- opt-in C++20 multi-consumer work pool with a lifetime-safe, deadlock-free fork/join latch for action-level inter-op parallelism (warm workers, fixed task ring, no allocation on dispatch)
Comment thread
gabewillen marked this conversation as resolved.
- **`sm_pool`** -- pool-based container for managing thousands of SM instances with indexed and batch dispatch
- **`dispatch_table`** -- compile-time dispatch table for ID-based event routing at zero runtime overhead

Expand Down
Loading
Loading