SerializedMutex class

Serialized version of a Mutex, can be passed over to different isolates. Use open to get a SharedMutex instance.

Uses a SendPort to communicate with the source mutex.

Constructors

SerializedMutex(SerializedPortClient client)
const

Properties

client → SerializedPortClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
open() SharedMutex
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited