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).

WillAsync

Traits

Queue

Queue trait defined the interface which perform basic Queue actions.

Will

Will trait defines the interface which could do actions in its Handler.