Expand description

A Conductor is a dynamically changing group of Cells.

A Conductor can be managed:

In normal use cases, a single Holochain user runs a single Conductor in a single process. However, there’s no reason we can’t have multiple Conductors in a single process, simulating multiple users in a testing environment.

Structs

A Conductor is a group of Cells

A configurable Builder for Conductor and sometimes ConductorHandle

A clonable thread safe read write lock designed to make it hard to create dead locks or hold long long lived locks.

Enums

The status of an installed Cell, which captures different phases of its lifecycle

Functions

Dump the full integration json state. Careful! This will return a lot of data.

Dump the integration json state.

Type Definitions

Declarative filter for CellStatus