Function scout::screen::task[][src]

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

Run the screen’s task