You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
X-link: #772
Adds Proc::instance() which returns an actor instance and its corresponding handler. This allows the user to create a regular actor without any message handlers. The returned `Instance` provides all the normal capabilities, including sending and receiving messages, being able to spawn and manage child actors, etc.
This is the foundation for a kind of "script mode" actor.
Reviewed By: shayne-fletcher
Differential Revision: D79685752
fbshipit-source-id: ae9ed96cd6ba8cc49c4144b85004f850cc597472
0 commit comments