This repository was archived by the owner on Oct 22, 2025. It is now read-only.

Description
Need to prevent conflict with native methods, such as dispose, on, etc. These methods live on ActorHandle and ActorConn.
We should also consider moving all native functionality to a subobject, such as handle.raw.dispose() (instead of handle.dispose()) so we only need to reserve 1 keyword & can add more keywords without breaking changes in the future.