dplyukhin / UIGC

A garbage collector for Akka actors!
Other
4 stars 2 forks source link

Simple closed set detection #7

Closed dplyukhin closed 4 years ago

dplyukhin commented 4 years ago

A closed set of actors is one that is disconnected from any other actor in the acquaintance graph. If none of the actors in a closed set can send or receive messages to the outside world, then all actors in that set are garbage (even if they appear to be performing work by sending messages to one another).

We'll need to add the following:

dplyukhin commented 4 years ago

Closing this issue because it's been superseded by #21 (the last step to complete this issue) and the termination detection milestone.