| ▲ | grogers 5 hours ago | |
If you are ten nested functions deep in sync code and want to call an async function you could always choose to block the thread to do it, which stops the async color from propagating up the stack. That's kind of a terrible way to do it, but it's sort of the analog of ignoring errors when that innermost function becomes fallible. So I don't buy that async colors are fundamentally different. | ||