- tpool: A lightweight thread pool.
- tinync: A tiny
ncimplementation using coroutine. - fiber: A user-level thread (fiber) using
clonesystem call. - picosh: A minimalist UNIX shell.
- httpd: A multi-threaded web server.
- ringbuffer: A lock-less ring buffer.
- mbus: A concurrent message bus.
The above projects are released under the BSD 2 clause license. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.