I’m trying to get a ProgressMeter going in an async task. It works fine if everything is compiled but it blocks when the main process is compiling something. Is this correct or do I need to dig further for other causes?
Hmm no it's not compilation. Calculating fib(44) also blocks the async logger
MWE https://github.com/timholy/ProgressMeter.jl/issues/248
Last updated: Nov 06 2024 at 04:40 UTC