Function init
Source pub(crate) fn init<TBlocker, TContext>(
config: Config<TBlocker>,
context: TContext,
) -> (Actor<TBlocker, TContext>, Mailbox)where
TBlocker: Blocker<PublicKey = PublicKey>,
TContext: Spawner + Metrics +
Rng +
CryptoRng + Clock + Clock + Storage + Network,