Struct kabuki::Builder [] [src]

pub struct Builder { /* fields omitted */ }

Builds an actor

Methods

impl Builder
[src]

Returns a new actor Builder with default settings

Sets the actor's inbox queue capacity.

The default value is 1024.

Sets the max number of in-flight requests the actor can process concurrently.

The default value is 16

Spawn a new actor

Spawn the given closure as an actor