Add acquire_owned_many for Semaphore #3567
Labels
A-tokio
Area: The main tokio crate
C-feature-request
Category: A feature request.
M-sync
Module: tokio/sync
The semaphore has non-owned version of acquiring many permits.
Proposal: A similar owned version to acquire many permits
Similarly to add a try version of the above function.
Happy to raise a PR for this!
The text was updated successfully, but these errors were encountered: