Skip to main content

init

Function init 

Source
pub(crate) async fn init<TContext>(
    context: TContext,
    config: Config,
) -> Result<(Actor<TContext>, Mailbox)>
where TContext: BufferPooler + Clock + CryptoRngCore + Metrics + Spawner + Storage,