Module allo_isolate::ffi
source · Structs
- Wrapping a Vec
in this tuple struct will allow into_dart() to send it as a DartNativeExternalTypedData buffer with no copy overhead
Enums
- A Dart_CObject is used for representing Dart objects as native C data outside the Dart heap. These objects are totally detached from the Dart heap. Only a subset of the Dart objects have a representation as a Dart_CObject.
Type Aliases
- https://github.com/dart-lang/sdk/blob/main/runtime/include/dart_api.h
- A port is used to send or receive inter-isolate messages
- Posts a message on some port. The message will contain the Dart_CObject object graph rooted in ‘message’.