MCPcopy Create free account
hub / github.com/Code-Bullet/Jump-King / useNextTick

Function useNextTick

libraries/p5.js:76–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74
75// node
76function useNextTick() {
77 // node version 0.10.x displays a deprecation warning when nextTick is used recursively
78 // see https://github.com/cujojs/when/issues/410 for details
79 return function () {
80 return process.nextTick(flush);
81 };
82}
83
84// vertx
85function useVertxTimer() {

Callers 1

p5.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected