async_call_queue library

Classes

AsyncCallQueue
AsyncCallQueue provides a queuing mechanism to prevent concurrent access to asynchronous code via the queueCall method, and provides a way to delay execute code via the delayCall method.

Extensions

AsyncCallQueueExtOnInt on int

Constants

kMaxJsInt → const int
2^53 - 1, the maximum safe integer value for dart code that might be compiled to javascript (i.e. used in a web app).
kMinJsInt → const int
-2^53, the minimum safe integer value for dart code that might be compiled to javascript (i.e. used in a web app).