dplyukhin / UIGC

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

Polish up reference tracking #8

Closed dplyukhin closed 4 years ago

dplyukhin commented 4 years ago

Implement an API for creating garbage-collected actors that can detect when they have no more incoming references and automatically terminate.

What remains to be implemented: