Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Async @requires #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

rofinn
Copy link

@rofinn rofinn commented Dec 4, 2017

Improve package load time by making listenmod asynchronous with (@schedule). Closes #39.

@rofinn rofinn changed the title Asynch @requires. Asynch @requires Dec 4, 2017
@rofinn rofinn changed the title Asynch @requires Async @requires Dec 4, 2017
@MikeInnes
Copy link
Collaborator

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?

@rofinn
Copy link
Author

rofinn commented Dec 4, 2017

I'm pretty sure that will break. I'm not really sure what the best solution is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants