Handle old projects.

This commit is contained in:
grossmj
2015-02-08 18:10:04 -07:00
parent 2a3b37a3bd
commit 0d7d0a05c3
6 changed files with 52 additions and 11 deletions

View File

@ -23,7 +23,7 @@ import asyncio
def wait_run_in_executor(func, *args):
"""
Run blocking code in a different thread and wait
the result.
for the result.
:param func: Run this function in a different thread
:param args: Parameters of the function