BlockingBehavior
Behavior when attemting an operation that cannot be completed immediately.
@ Throw
Throw std::runtime_error if operation cannot be completed immediately.
@ Block
Block until operation can be completed.
Main namespace for all JeVois classes and functions.