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§
- Error
Kind - Kinds of errors that may occur while running the runtime.
Type Aliases§
- Erased
Task - A
Taskthat was spawned with a boxed future.