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

Introduced Thread::setAutoloadFile() #23

Closed
wants to merge 6 commits into from
Closed

Conversation

dktapps
Copy link
Member

@dktapps dktapps commented Aug 2, 2020

This allows provisioning an autoloader that will be included by all new threads when they start.

This idea was stolen from krakjoe/parallel.

Currently known issues:

  • Using Thread::setBootstrapFile() inside a bootstrap file leads to a deadlock

This allows provisioning an autoloader that will be included by all new threads when they start.
@dktapps
Copy link
Member Author

dktapps commented Aug 2, 2020

I haven't yet investigated whether it would be useful to have or allow multiple bootstrap files (possibly useful for increasing plugin class availability).

@dktapps dktapps changed the base branch from fork to fork-ng June 2, 2021 20:23
@dktapps dktapps deleted the branch fork-ng January 20, 2023 16:19
@dktapps dktapps closed this Jan 20, 2023
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.

1 participant