aurae-runtime / aurae

Distributed systems runtime daemon written in Rust.
https://aurae.io
Apache License 2.0
1.85k stars 91 forks source link

Move NestedAuraed to Cells module #280

Closed future-highway closed 1 year ago

future-highway commented 1 year ago

Previously NestedAuraed shared some logic with Executable via, the now eliminated, Process. It makes more sense to have it in the cells module as @dmah42 was pointing out in #200.