Provides a mechanism for ensuring that multiple function calls do not overlap, even if they are asynchronous. NOTE: This does not include macrotasks (ie setTimeout/setInterval/etc). If you require that, see ZoneLock.
Generated using TypeDoc
Provides a mechanism for ensuring that multiple function calls do not overlap, even if they are asynchronous. NOTE: This does not include macrotasks (ie setTimeout/setInterval/etc). If you require that, see ZoneLock.