std::concurrency::lambda_actorLambda-actor handle declarations backed by native runtime FFI.
LambdaActorHandleStrong handle to a runtime lambda actor.
Create a lambda actor with the requested mailbox capacity and shape id.
Send a fire-and-forget byte message to the actor.
Send a request byte message to the actor and await a runtime reply id.
Clone a strong lambda actor handle.
Release a strong lambda actor handle.
Convert a strong handle into a weak lambda actor handle.
LambdaActorWeakHandleWeak handle to a runtime lambda actor.
Try to send a byte message through a weak actor handle.
Clone a weak lambda actor handle.
Release a weak lambda actor handle.