Terminates the worker thread.
func terminate()
s19JavaScriptEventLoop26WebWorkerDedicatedExecutorC9terminateyyF
7DH2E
import JavaScriptEventLoop
final class WebWorkerDedicatedExecutor
A serial executor that runs on a dedicated web worker thread.
init(timeout: Duration = .seconds(3), checkInterval: Duration = .microseconds(5)) async throws
func enqueue(_ job: consuming ExecutorJob)