class
Movie::Streams::Typed::StreamRuntimeExtension
Overview
Owns active blueprint edges so ActorSystem shutdown also terminates stream fibers and their materialized futures.
Defined in:
movie/streams/core.crInstance Method Summary
- #register(&cancel : -> Nil) : UInt64
-
#stop
Called when the system is shutting down.
- #unregister(registration_id : UInt64)
Instance Method Detail
def stop
#
Description copied from class Movie::Extension
Called when the system is shutting down. Override to cleanup resources (close connections, stop services, etc.)