[][src]Function dart_sys::Dart_HasLivePorts

pub unsafe extern "C" fn Dart_HasLivePorts() -> bool

Does the current isolate have live ReceivePorts?

A ReceivePort is live when it has not been closed.