ReceivePort.fromRawReceivePort constructor
- RawReceivePort rawPort
Creates a ReceivePort from a RawReceivePort.
The handler of the given rawPort
is overwritten during the construction
of the result.
Implementation
external factory ReceivePort.fromRawReceivePort(RawReceivePort rawPort);