CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes45downloads
example.mjs12 linesDownload Raw Back to fastq
1import { promise as queueAsPromised } from './queue.js'2 3/* eslint-disable */4 5const queue = queueAsPromised(worker, 1)6 7console.log('the result is', await queue.push(42))8 9async function worker (arg) {10  return 42 * 211}12 
basant307/AI_Governance_Project · CoolFace