structio/structio/parallel.py

11 lines
153 B
Python
Raw Normal View History

# Module inspired by subprocess which allows for asynchronous
# multiprocessing
class Process:
"""
An asynchronous process
"""
2023-05-18 19:21:44 +02:00
# TODO