19 ms·
Agreed, async function coloring makes for better structured code because it incentivizes keeping IO code near the edges while having a synchronous core.
by nchie 4mo ago
Agreed, async function coloring makes for better structured code because it incentivizes keeping IO code near the edges while having a synchronous core.