UNPKG

@graphistry/falcor

Version:
14 lines (10 loc) 252 B
var empty = { dispose: function() {}, unsubscribe: function() {} }; function ImmediateScheduler() {} ImmediateScheduler.prototype.schedule = function schedule(action) { action(); return empty; }; module.exports = ImmediateScheduler;