iceoryx2_bb_posix

Module condition_variable

Source
Expand description

Contains several variants of POSIX condition variables. A mutex is always included, either as reference or the object itself.

Furthermore, we distinct between

  • MultiConditionVariable - waiters can wait on multiple conditions with the draw back that notify_one is not available
  • ConditionVariable - the condition has to be provided on construction but notify_one is available

Re-exports§

Structs§

Enums§

Traits§