libcsp
is a high performance concurrency C library influenced by the
CSP model.
- Multiple cpu cores supported.
- High performance scheduler.
- Stack size statically analyzed in compile time.
- Lock-free channel.
- Netpoll and timer are supported.
Go to https://libcsp.dev for the documentation.
Libcsp is licensed under the MIT license.