consign.worker.asyncworker Module#

Classes#

AsyncWorker([work_area_name, work_area])

AsyncWorker异步协程Worker,AsyncWorker能够创建线程以应对耗时的阻塞IO,基于CoroutineWorker

CoroutineWorker([work_area_name, work_area])

CoroutineWorker协程Worker,CoroutineWorker能够以并发的方式执行特定的协程函数,是所有Worker的基石

Process

DummyProcess 的别名

repeat(object [,times])

for the specified number of times.

Class Inheritance Diagram#

Inheritance diagram of consign.worker.asyncworker.AsyncWorker