[][src]Crate blackboard

Structs

BlackBoard

Represents a blackboard where processes can post and get items in sections, and also subscribe for changes in a specific section.

Traits

Subscriptor

To be implemented by subscriptors, any FnMut(&mut T) closure automatically implements this