Stream: helpdesk (published)

Topic: async and compilation


view this post on Zulip Rik Huijzer (Aug 11 2022 at 17:28):

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?

view this post on Zulip Rik Huijzer (Aug 11 2022 at 17:39):

Hmm no it's not compilation. Calculating fib(44) also blocks the async logger

view this post on Zulip Rik Huijzer (Aug 12 2022 at 06:26):

MWE https://github.com/timholy/ProgressMeter.jl/issues/248


Last updated: Oct 02 2023 at 04:34 UTC