WkBase class abstract

线程操作接口

Constructors

WkBase()

Properties

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

Methods

close() Future<void>
关闭线程
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
runTask<T>({WkSignal signal = WkSignal.message, String taskType = '', dynamic taskData}) Future<T?>
运行线程任务
start({bool runErrorsZone = true, bool errorsAreFatal = false}) Future<void>
启动线程
toString() String
A string representation of this object.
inherited

Operators

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