Benchmarks tagged "async"
Fast Deferral
Testing out a bunch of common implementations of a fast deferral. The most common is Node's setImme...
By: developitPostMessage v Promise.resolve for soonest async resolution
If I want an event to resolve ASAP in the next tick, am I better off using PostMessage or Promise AP...
By: barneycarroll