Structs§
- Actor
Actor
is the basic execution unit in the streaming framework.- Actor
Context - Shared by all operators of an actor.
Functions§
- spawn_
blocking_ drop_ stream - Drop the stream in a blocking task to avoid interfering with other actors.
Actor
is the basic execution unit in the streaming framework.