eclipse-iceoryx / eclipse-iceoryx/iceoryx

Create posix wrapper for condition variable

Open
#1,037 4 comments 0 reactions 1 assignee Claimed by @elfenpiff View on GitHub
enhancement
Dominant language
C++
Stars
2.2k
Forks
492
Avg merge
18h 57m
Merged PRs (30d)
1

Description

## Brief feature description

A posix wrapper for condition variable which allows a safe and easy usage.
* The mutex should be included
* The underlying variable should be part of the condition variable (for the actual condition)
* The predicate should be defined in the constructor
* It should be shared memory compatible

## Detailed information

Such an implementation would allow a safe usage of condition variables throughout the code and could be a replacement of the semaphore based shared memory condition variable implementation.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.