type Dispatcher = { terminate: () => void, call: <T>( method: string, args: any[], ) => T, }
packages / workbench / src / queue / worker.ts