Available on crate feature
managed-pts
only.Expand description
Infrastructure required to support managed PTs.
Structs§
- PtReactor 🔒
- Background reactor to handle managing pluggable transport binaries.
Enums§
- PtReactor
Message 🔒 - A message to the
PtReactor
.
Functions§
- pt_
identifier 🔒 - Given a path to a binary for a pluggable transport, return an identifier for that binary in human-readable form.
- pt_
identifier_ 🔒as_ path - Given a path to a binary for a pluggable transport, return an identifier for that binary in a format that can be used as a path component.
- spawn_
from_ 🔒config - Spawn a managed
PluggableTransport
using aManagedTransportOptions
.
Type Aliases§
- Spawn
Result 🔒 - The result of a spawn attempt: the list of transports the spawned binary covers, and the result.