async_task_shared_pointer library
Asynchronous pointer for shared memory between Isolates.
Classes
- Collects SharedData execution information.
-
SerializableData<
D, S> - Interface for serializable data classes:
- Class for shared data between AsyncTask instances.
-
Base class for a
dart:ffi
Pointer that can be shared betweenIsolate
s. - Represents a SharedPointer.address, with its memoryAddress, type and parameters needed to re-instantiate a SharedPointer.
- A SharedPointer that allocates a bytes (fixed length) that can be mapped to another type, like Uint32List or Uint32.
- A SharedPointerBytes mapped to generic reader/writer functions.
- A SharedPointerBytes mapped to a single Uint32.
- A SharedPointerBytes mapped to a Uint32List of fixed length.
- A SharedPointerBytes mapped to a single Uint64.
- A SharedPointerBytes mapped to a Uint64List of fixed length.
- A SharedPointerBytes mapped to a Uint8List of fixed length.