execute_actor

Function execute_actor 

Source
pub async fn execute_actor<'a, A>(
    store: Pin<&'a impl Datastore>,
    init_context: A::InitContext,
) -> Infallible
where A: Actor<'a>,
Expand description

Internal helper to get a full future that initializes and executes an Actor given a Datastore