Skip to content

Instantly share code, notes, and snippets.

@fanliugen
fanliugen / Python Tornado Queue.py
Created December 20, 2019 08:10 — forked from Integralist/Python Tornado Queue.py
[Python Tornado Queue] #python #tornado #queue
import logging
import time
import tornado.gen
import tornado.ioloop
import tornado.queues
import tornado.web
class Client():