structio/structio/parallel.py

11 lines
153 B
Python

# Module inspired by subprocess which allows for asynchronous
# multiprocessing
class Process:
"""
An asynchronous process
"""
# TODO