Oh, I see, it won’t error if you don’t wait for the task.
julia> t = @task error("miswrote");
julia> schedule(t);
julia>
Oh, I see, it won’t error if you don’t wait for the task.
julia> t = @task error("miswrote");
julia> schedule(t);
julia>