1 export const SUSPEND = Symbol.for('Task.suspend') 2 export const RESUME = Symbol.for('Task.resume')