Utilities for marking values to be transferred across RPC boundaries. Users call transfer(value, [transferables]) to hint kkrpc that the value should be moved instead of cloned when the transport supports transferable objects.
transfer(value, [transferables])
Optional
Utilities for marking values to be transferred across RPC boundaries. Users call
transfer(value, [transferables])to hint kkrpc that the value should be moved instead of cloned when the transport supports transferable objects.