julia
0ef2bb61 - fix concurrent module loading return value (#54898)

Commit
1 year ago
fix concurrent module loading return value (#54898) Previously this might return `nothing` which would confuse the caller of `start_loading` which expects that to mean the Module didn't load. It is not entirely clear if this code ever worked, even single-threaded. Fix #54813
Author
Parents
Loading