-
Notifications
You must be signed in to change notification settings - Fork 671
Open
Labels
A-lockArea: futures::lockArea: futures::lock
Description
Would it be possible to expose BiLock in a way that follows semver, even if it is separate from the normal future crates? I don't even mind if it updates extremely often, but as it is now it's not really possible for a library to depend on BiLock since it would mean the library itself does not follow semver, or would possibly require an exact bound on futures-util.
I suppose you could make the same argument about the other unstable features as well so I understand if this is too much of a headache to bother with. I'd really like to use BiLock in a library though, as I'm not aware of another way to provide a poll style interface on top of something that needs to share a futures-aware mutex.
g2p, kornelski and reneleonhardt
Metadata
Metadata
Assignees
Labels
A-lockArea: futures::lockArea: futures::lock