another rename for clearer stuff
This commit is contained in:
parent
7053c25719
commit
730c441645
|
@ -3,9 +3,9 @@ import config from '~config';
|
||||||
import { addWorker } from 'artigen/managers/countManager.ts';
|
import { addWorker } from 'artigen/managers/countManager.ts';
|
||||||
import { QueuedRoll } from 'artigen/managers/manager.d.ts';
|
import { QueuedRoll } from 'artigen/managers/manager.d.ts';
|
||||||
|
|
||||||
import { onWorkerComplete } from 'artigen/managers/worker/complete.ts';
|
import { onWorkerComplete } from 'artigen/managers/handler/workerComplete.ts';
|
||||||
import { onWorkerReady } from 'artigen/managers/worker/ready.ts';
|
import { onWorkerReady } from 'artigen/managers/handler/workerReady.ts';
|
||||||
import { terminateWorker } from 'artigen/managers/worker/terminate.ts';
|
import { terminateWorker } from 'artigen/managers/handler/workerTerminate.ts';
|
||||||
|
|
||||||
export const handleRollRequest = (rollRequest: QueuedRoll) => {
|
export const handleRollRequest = (rollRequest: QueuedRoll) => {
|
||||||
// Handle setting up and calling the rollWorker
|
// Handle setting up and calling the rollWorker
|
||||||
|
|
Loading…
Reference in New Issue