Skip to main content

DETACHED_METHODS

Constant DETACHED_METHODS 

Source
pub const DETACHED_METHODS: &'static [&'static str];
Expand description

The doors whose work happens entirely OUTSIDE this service’s state once its state has been read: probing harnesses, couriering a message into a live session, and performing a conversation verb through a harness’s own CLI / HTTP / store door. Every one of them waits on a child process or a network peer. See HarnessSessionService::detach.