COROIO: NNet::NActors::TActorContext::TAsync Struct Reference
COROIO
 
Loading...
Searching...
No Matches
NNet::NActors::TActorContext::TAsync Struct Reference

Helper class for managing asynchronous operations in actors. More...

#include <actor.hpp>

Public Member Functions

 TAsync (TActorSystem *actorSystem, TLocalActorId actorId)
 
void Commit (TFuture< void > &&future)
 

Detailed Description

Helper class for managing asynchronous operations in actors.

TAsync allows actors to start asynchronous operations that will continue running even after the actor's Receive method returns. This is essential for non-blocking actor implementations.


The documentation for this struct was generated from the following files: