cr0hn / aiotasks

A Celery like task manager that distributes Asyncio coroutines
Other
439 stars 37 forks source link

Add manager keyword to send_task function #11

Closed RomanKharin closed 6 years ago

RomanKharin commented 6 years ago

This allow use several managers simultaneously

stasfilin commented 6 years ago

Hi Roman, can you send example when we really need this?