Function scout::screen::task

source ·
pub async fn task<W>(
    config: Config,
    outbound: W,
    recv: Receiver<Event>
) -> Result<Option<Text>>where
    W: Write + Send + Unpin + 'static,
Expand description

Run the screen’s task