cogciprocate / qutex

Synchronization mechanisms based on lock-free queues and Rust futures
MIT License
36 stars 8 forks source link

add async_await support #4

Closed GallagherCommaJack closed 5 years ago

GallagherCommaJack commented 5 years ago

hidden behind a feature flag to not break compatibility

c0gent commented 5 years ago

Cool!

Once things stabilize a bit more I'll fully update the API to 0.3 and make a new point release.

GallagherCommaJack commented 5 years ago

Any plans to push a new release to crates.io? API is stabilizing soon, and for now I'm stuck depending on the git version, which always scares me.