Repository URL to install this package:
|
Version:
0.2.1 ▾
|
sincpro-async-worker
/
__init__.py
|
|---|
"""
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"]