Description
Structured concurrency in C helps developers write networked or asynchronous programs with clearer control over tasks and cancellation. The library offers a programming model for flows that would otherwise become hard to follow with raw callbacks or threads.
It is a developer dependency, not a task manager for users. Applications must be written against libdill to benefit from its concurrency model.