Skip to content

Add FAQ for "quiescence" #502

Closed
Closed
@EpicEric

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions