UNPKG

task-handler

Version:

Handle Javascript Timers like a boss! https://odo-network.github.io/task-handler/

10 lines (5 loc) 246 B
/* @flow */ export const NOOP = () => {}; export const STATIC_EMPTY_ARRAY: Array<any> = Object.freeze([]); export const EXECUTE_RESULT = Symbol.for('@task-handler/result'); export const TASK_CANCELLED = Symbol.for('@task-handler/cancelled');