Category

Actors

Execution contexts and actor communication.

Category guide

Overview

Use this overview to understand the category before opening a specific function.
  • See what this group of functions is meant to solve.
  • Compare function names and descriptions in one table.
  • Open a function for syntax, arguments, returns, and examples.

Actors

Available functions

10 functions
FunctionDescription
create_comm_channelCreates a communication channel for actor or thread coordination.
get_comm_channelReturns the communication event for a channel id.
getactorfromthreadReturns the Actor associated with a thread.
getactorsReturns Actor instances known to the runtime.
getactorthreadsReturns threads associated with Actor execution.
getcurrentactorReturns the Actor for the current execution context.
getdeletedactorsReturns Actor instances that were removed but are still tracked.
isparallelReturns whether the current context is running in a parallel Actor state.
run_on_actorRuns source code inside the context of a target Actor.
run_on_threadRuns source code on a specific thread context.