How to use the fibers/future.assertNoFutureLeftBehind function in fibers

To help you get started, we’ve selected a few fibers examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github NativeScript / nativescript-cli / test / test-bootstrap.ts View on Github external
process.on('exit', (code: number) => {
	require("fibers/future").assertNoFutureLeftBehind();
});