vivarium-collective / vivarium-core

Core Interface and Engine for Vivarium
https://vivarium-core.readthedocs.io/
Apache License 2.0
23 stars 2 forks source link

Process Commands #198

Closed U8NWXD closed 2 years ago

U8NWXD commented 2 years ago

Introduce process commands to support more interactions with parallel processes. Now all Process methods of a parallelized process can be queried from the parent OS process. Users can also add support for custom methods of their processes.

This change also simplifies the way Engine handles parallel processes warns users when serializers are not being found efficiently.

TODO:


By creating this pull request, I agree to the Contributor License Agreement, which is available in CLA.md at the top level of this repository.