Skip to main content

current_agent

Function current_agent 

Source
pub fn current_agent<F, R>(state: &ActorState, f: F) -> R
where F: FnOnce(&ActiveAgent) -> R,