Skip to navigation
Test tornado.gen.coroutine
16.09.15
class Test1(tornado.web.RequestHandler): @tornado.gen.coroutine def get(self): http = tornado.httpclient.AsyncHTTPClient() time.sleep(5) xtime = time.time() print(xtime) self.write(str(xtime))
Reply
Anonymous
Information Epoch 1732582710
Store numerical data in flat files.
Home
Notebook
Contact us