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

Configuration object, configure class method, and new starting behavior. #660

Closed
3 tasks
digitalextremist opened this issue Aug 10, 2015 · 1 comment
Closed
3 tasks
Assignees
Milestone

Comments

@digitalextremist
Copy link
Member

  • Create a Celluloid.configure { |config| } interface to setting what would otherwise be global variables.
    • ... or allow passing in a hash to that class method.
  • Because of this convention, we only start Actor::System after Celluloid.configure runs ( in either form ) or on its first inclusion... whichever comes first.

This would still be before its first actual use which probably has benefits, because until it is included if it is required, it already began to use resources it may not need to.

So the autostart type behavior would still be there, but it would be more lazy.

@digitalextremist digitalextremist self-assigned this Aug 10, 2015
@digitalextremist digitalextremist added this to the 0.18.0 milestone Aug 10, 2015
@tarcieri
Copy link
Member

Closing as stale. If you are still interested in this issue, please reopen it.

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

No branches or pull requests

2 participants