Can you find where this asynchronous program get stuck at?

Oh, I see, it won’t error if you don’t wait for the task.

julia> t = @task error("miswrote");

julia> schedule(t);

julia>