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

[Refcator] Extract message types as MessageType Enum in ProcessEnvironment #938

Merged
merged 1 commit into from
Jul 21, 2021

Commits on Jul 19, 2021

  1. Extract message types as MessageType Enum in ProcessEnvironment

    This is part of the effort to address #913. A sub-task requires extract the worker logic to be out of the class (for some reason it will prevent `multiprocessing` to work correctly). Without such change the `multiprocessing.Process` will just be stuck on `start()`.
    breakds committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    48f1323 View commit details
    Browse the repository at this point in the history