EventxxQueue_c<T, T1> class
Constructors
- EventxxQueue_c()
- 线性任务队列
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isRunning → bool
-
no setter
-
list
→ Queue<
EventxxQueueItem_c< T, T1> > -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
completeWhere(
(bool, T?) fun(EventxxQueueItem_c< T, T1> item)) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notify(
EventxxQueueItem_c< T, T1> item) → Future<T?> - 返回触发执行后的结果
-
onRunEvent(
) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited