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