Searched defs:acquire_many (Results 1 – 2 of 2) sorted by relevance
53 async fn acquire_many() { in acquire_many() function
626 pub async fn acquire_many(&self, n: u32) -> Result<SemaphorePermit<'_>, AcquireError> { in acquire_many() method