nodeState abstract method

Future<NodeStateSnapshot> nodeState()

Census of the native runtime's internal registries — live listener, binding, and forwarder counts plus the teardown epoch.

Intended for leak diagnostics and bug reports; after closing every listener/binding the counts should all be zero.

Implementation

Future<NodeStateSnapshot> nodeState();