Skip to main content

Crate ts_runtime

Crate ts_runtime 

Source
Expand description

§ts_runtime

Tailscale runtime.

Modules§

control_runner
Control runner.
peer_tracker
Peer delta update tracking.

Structs§

Error
Errors that may occur while executing or interacting with the runtime.
Registry
An actor registry which itself runs as an actor and provides naming service for the tuple (actor_type, name).
Runtime
The runtime for a tailscale device.
Task
An actor that runs a future and is associated bidirectionally with its lifecycle: the actor dying stops the task, and the task dying kills the actor.

Enums§

ErrorKind
Kinds of errors that may occur while running the runtime.

Type Aliases§

ErasedTask
A Task that was spawned with a boxed future.