Dart_NewConcurrentNativePort

Function Dart_NewConcurrentNativePort 

Source
pub unsafe extern "C" fn Dart_NewConcurrentNativePort(
    name: *const c_char,
    handler: Dart_NativeMessageHandler,
    max_concurrency: isize,
) -> Dart_Port