Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

166
Visualizações
Wait for previous execution before running next one?

I have long-running function that can be called several times in short period of time. I dont realy need to await her, so I want following: If previous instance of function is still running, next runs should wait for previous one to finish.

Simplest/correct way to solve?

about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

I have created a tiny package called mutually-exclusive-functions that is capable of doing what you want.

const { exclude } = require("mutually-exclusive-functions");

async function f1() {};

[f1] = exclude([f1]);

Now if you execute f1, it will queue further calls and only execute them after the previous calls have finished execution.

about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda