Crate observable_btree[][src]

Modules

model

Structs

BTree

BTree is where the informatio Sender is contained. Its inner implementation has a tuple containing the action to be taken as well as a oneshot channel to receive data. To start the BTree thread just execute BTree::start(buffer_size: usize). If you buffer_size is too short it may cause synchronization problems, so it should be well ajusted to your application needs.