drive

Function drive 

Source
async fn drive(
    radio: UlcpDevice<SessionLink>,
    store: TokioFileCounterStore,
    identity: SoftwareIdentity,
    target: PublicKey,
    endpoint: MeshEndpoint,
) -> UlcpDevice<SessionLink>
Expand description

The driver task: owns the borrowed radio for the life of the session, carries every request the link hands it, and gives the radio back.