Closed
Description
i.e. mainly how the GC decides to collect actors or not. Here's some discussion from Zulip:
Actors are not gc'd if they are running behaviors:
they must:
- have no aliases to them (cant be sent new messages by other actors)
- not be registered for events from the runtime (via epoll, kqueue etc)
- have an empty message queue
Metadata
Assignees
Labels
No labels