7 lines
83 B
Python
7 lines
83 B
Python
|
|
""" Python-mode async support. """
|
||
|
|
|
||
|
|
from ._compat import Queue
|
||
|
|
|
||
|
|
|
||
|
|
RESULTS = Queue()
|