Skip to content
Discussion options

You must be logged in to vote

The Tokio semaphore cannot be shared across processes. It is more complicated than the C++20 binary semaphore because it must work with async/await, requiring a totally different implementation than what is possible for blocking semaphores.

There are no guarantees about the semaphore's layout.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant