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

Deprecate CoreContext thread pools #848

Merged
merged 4 commits into from
Feb 10, 2016
Merged

Deprecate CoreContext thread pools #848

merged 4 commits into from
Feb 10, 2016

Commits on Feb 10, 2016

  1. Deprecate CoreContext thread pools

    This concept is hard to manage and has very unexpected behavior.  Contexts should be containers used to manage a fixed set of well-defined classes; the thread pool should be used as a utility type for handling pooling operations, and the two types should not really meet.
    
    At a later time it might make sense to have `ThreadPool` inherit `CoreRunnable`, but for now it's fine to keep the interfaces unrelated.
    codemercenary committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    71d8d41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edb81b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2520fcf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e3b667 View commit details
    Browse the repository at this point in the history