Local-sync is a crate providing data structures for sync within the local thread.
Mpsc includes bounded and unbounded channel.
Once cell like once in golang.
Oneshot channel which can be send and receive data only one time. Also, it can be used as a notification method.
You can async wait permits and add permits with Semaphore.