Tornado stuff
This commit is contained in:
6
web/asyncTornado.py
Normal file
6
web/asyncTornado.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import tornado
|
||||
import tornado.web
|
||||
import tornado.gen
|
||||
|
||||
class asyncRequestHandler(tornado.web.RequestHandler):
|
||||
|
||||
Reference in New Issue
Block a user