Investigate queues and locks in C++ and rust [uts-0043]
#### utensil opened issue at 2018-10-04 08:33:
- https://github.com/Amanieu/parking_lot
- https://webkit.org/blog/6161/locking-in-webkit/
- https://plhk.ru/trash/netmap-20160710.pdf
- https://crates.io/crates/bounded-spsc-queue
- the possibility to use boost::interprocess in rust or find an equivalent lib
- implement simple epoll-based stuff in C/C++ style in Rust using https://doc.rust-lang.org/1.7.0/libc/index.html
- stress test like http://kernel.ubuntu.com/~cking/stress-ng/stress-ng.pdf