This is the ...
- task control block support. (name, and more)
- suspend / resume support.
- thread pool support.
- channel support. (inter task communication)
- stack tracing support. (maybe)
- C11.
- Posix threads.
- Simple, Fast, and Practical Non-Blocking and Blocking Concurrent Queue Algorithms
- Lock-Free Linked Lists and Skip Lists
- Writing a portable lock-free reader/writer lock
- https://nullprogram.com/blog/2014/09/02/
- https://www.slideshare.net/kumagi/lock-free-safe
- https://github.com/s-hironobu/AlgorithmCollection
- https://github.com/yamasa/lockfree
- https://github.com/darkautism/lfqueue