Module fp_rust::sync[][src]

In this module there're implementations & tests of general async handling features.

Structs

BlockingQueue

BlockingQueue implements Queue trait and provides BlockingQueue features.

CountDownLatch

CountDownLatch implements a latch with a value(> 0), waiting for the value counted down until <= 0 (the countdown action would be in other threads).

Traits

Queue

Queue trait defined the interface which perform basic Queue actions.