Skip to content

baobab.actor #

fn new #

fn new(config ActorConfig) !Actor

struct Actor #

struct Actor {
pub mut:
	backend backend.Backend
}

struct ActorConfig #

struct ActorConfig {
	backend.BackendConfig
}