Cells: Nuclei Systems
Closed this issue · 1 comments
avaidyam commented
- Nucleus.create() creates a stand-alone Nucleus, along with a self-contained Cell.
- myNucleus.create() appends a Nucleus to its existing Cell, which replicates actor systems.
- Follows a tree of nuclei (parent -> child) and Cells are always TLDs.
- Support shared resources within a Cell boundary/membrane (i.e. eventloop, buffers, etc.)
- Add an onParentDead() signal message to Nucleus.
- Add Nucleus.forceStop() and Cell.forceStop(), and support orphaning of child Nuclei into their own Cells.
avaidyam commented
Scrapped idea.