UNPKG

eve

Version:

Filesystem-first framework for durable backend AI agents that run anywhere.

1 lines 249 B
const activeBuilds=new Map;async function runQueuedWorkflowBuild(e,t){let n=(activeBuilds.get(e)??Promise.resolve()).then(t,t);activeBuilds.set(e,n);try{await n}finally{activeBuilds.get(e)===n&&activeBuilds.delete(e)}}export{runQueuedWorkflowBuild};