Skip to content

LocalExecEndpoint

Module: local_exec::endpoint::LocalExecEndpoint

Section titled “Module: local_exec::endpoint::LocalExecEndpoint”

Functions

  • run - Bind the socket, spawn the pruning task, and accept connections until

firma_sidecar::local_exec::endpoint::LocalExecEndpoint::run

Section titled “firma_sidecar::local_exec::endpoint::LocalExecEndpoint::run”

Function

Bind the socket, spawn the pruning task, and accept connections until cancel fires.

Returns an error when the socket cannot be bound (permissions, path).

fn run(self: Self, cancel: CancellationToken) -> io::Result<()>