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
A lightweight utility for awaiting state transitions in a type-safe, asynchronous manner - ideal for coordinating state-dependent workflows such as lifecycle management or idempotent initialization. Supports custom state change requests (inclusive or exclusive) and allows globally rejecting all awaiting consumers when needed.