Repository URL to install this package:
|
Version:
0.3.0 ▾
|
"""
Async worker for executing tasks in a separate thread.
"""
from sincpro_async_worker.core import run_async_task
from sincpro_async_worker.infrastructure import Dispatcher, EventLoop, Worker
__all__ = ["run_async_task", "Dispatcher", "EventLoop", "Worker"]