DEV Community

Discussion on: The Hardest Problem in Computer Science: How do You Wait While Compiling?

Collapse
 
christiankozalla profile image
Christian Kozalla

I've noticed that quite a few of my tasks are inherently async, like merging a PR and waiting on the CI until I can review on staging.. Initiating such an async task usually takes only little time.

So my default action during wait, is to initiate another async task 😉