import { parallel } from "https://deno.land/x/ayonli_jsext@v0.9.72/index.ts";
const { isMainThread } = parallel;
Indicates whether the current thread is the main thread.
x/ayonli_jsext/index.ts>parallel.isMainThread
import { parallel } from "https://deno.land/x/ayonli_jsext@v0.9.72/index.ts";
const { isMainThread } = parallel;
Indicates whether the current thread is the main thread.