Skip to content

Commit 0cae1b9

Browse files
authored
Update evaluate.ts
chore(turbopack-node): remove notifyOneWorkerCreated in worker_threads evaluation
1 parent 7e52e86 commit 0cae1b9

File tree

1 file changed

+0
-1
lines changed
  • turbopack/crates/turbopack-node/js/src/worker_threads

1 file changed

+0
-1
lines changed

turbopack/crates/turbopack-node/js/src/worker_threads/evaluate.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import type { Channel } from '../types'
55
interface Binding {
66
recvWorkerRequest(poolId: string): Promise<number>
77
recvMessageInWorker(workerId: number): Promise<string>
8-
notifyOneWorkerCreated(filename: string): Promise<void>
98
notifyWorkerAck(taskId: number, workerId: number): Promise<void>
109
sendTaskMessage(taskId: number, message: string): Promise<void>
1110
}

0 commit comments

Comments
 (0)