Requires.jl
Requires.jl copied to clipboard
Async `@requires`
Improve package load time by making listenmod asynchronous with (@schedule). Closes #39.
Do we know how this will behave if, for example, someone does using A, B in a script and then immediately depends on interop between them? Can we guarantee that the @require block won't be delayed and break stuff?
I'm pretty sure that will break. I'm not really sure what the best solution is.