tornado.gen
tornado.locks
tornado.queues
tornado.process
coroutine()
返回值
with_timeout()
sleep()
WaitIterator
WaitIterator.done()
WaitIterator.next()
multi()
multi_future()
convert_yielded()
maybe_future()
is_coroutine_function()
moment
Condition
Condition.wait()
Condition.notify()
Condition.notify_all()
Event
Event.is_set()
Event.set()
Event.clear()
Event.wait()
Semaphore
Semaphore.release()
Semaphore.acquire()
BoundedSemaphore
BoundedSemaphore.release()
BoundedSemaphore.acquire()
Lock
Lock.acquire()
Lock.release()
Queue
Queue.maxsize
Queue.qsize()
Queue.put()
Queue.put_nowait()
Queue.get()
Queue.get_nowait()
Queue.task_done()
Queue.join()
PriorityQueue
LifoQueue
QueueEmpty
QueueFull
CalledProcessError
cpu_count()
fork_processes()
task_id()
Subprocess
Subprocess.set_exit_callback()
Subprocess.wait_for_exit()
Subprocess.initialize()
Subprocess.uninitialize()