Skip to main content

Crate lenso_runner

Crate lenso_runner 

Source
Expand description

Native Tokio Runtime Driver for the Lenso vNext Kernel.

Structs§

CrossLaneRequestCatalog
Native request types registered for zero-serialization cross-lane transfer.
CrossLaneTransferCatalog
Generated native values registered for zero-serialization transfer between Kernel lanes.
LaneCancellationToken
A thread-safe caller signal translated to a lane-local Kernel cancellation token.
LaneDiagnosticsSnapshot
One immutable structural snapshot used to evaluate Plan placement.
LaneInvocationOptions
Placement-independent controls applied by the provider lane’s Runtime Driver.
ReplicatedAppRoute
Cloneable invocation target for one complete replicated App Generation.
ReplicatedNativeApp
One native App executed as a fixed set of Plan-declared single-owner Kernel lanes.
TokioDriver
Tokio-backed Runtime Driver used by the native App Runner.

Enums§

ReplicatedRunnerError
A native Runner startup or lane-lifecycle failure.

Functions§

run
Runs an App through the Runner-assembled Adapter catalog until shutdown or failure.