You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds Semaphore::outstanding_permits for accounting handed out permits
Breaking Changes
Renames Semaphore::[try_]acquire_one to [try]_acquire
Introduces split alloc and std features, bounded and unbounded no
longer exist without the alloc feature enabled, oneshot::Channel::into_split likewise requires alloc.