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.
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.
