Guest User

Untitled

a guest
Apr 24th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. import tornado.concorrent
  2. import time
  3.  
  4. @gen.coroutine
  5. def run(time):
  6. yield executor.submit(time.sleep, time)
  7. return
Add Comment
Please, Sign In to add comment