Is there an idiomatic/common/modern way of creating a queue of jobs to be executed one after anot...
Is there an idiomatic/common/modern way of creating a queue of jobs to be executed one after another using Deno and typescript?
Example: Multiple users wants to execute a resource heavy job by clicking a button on their dashboard, however to not lag the host, only one job should be executed at a time.
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community
D
Deno
Chat about Deno, a modern runtime for JavaScript and TypeScript.