registry property

Registry registry

Get a registry backed by this manager.

This registry can be sent to other isolates created using Isolate.spawn.

Implementation

Registry get registry =>
    Registry.fromPort(_commandPort.sendPort, timeout: _timeout);