/ src / task / constant.js
constant.js
1  export const SUSPEND = Symbol.for('Task.suspend')
2  export const RESUME = Symbol.for('Task.resume')