PromiseQueue.fulfillOne

Fulfill one waiting promise, or enqueue a fulfilled one.

struct PromiseQueue(T, E = Exception)
P
fulfillOne
(
typeof(P.Box.tupleof) value
)

Meta