alex-sherman / deco

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error_callback possible for deco?

haimivan opened this issue · comments

Hi,

looking at pool.apply_async(), I am able to add an error_callback to take care for any exceptions that occur in my target function.

Is there anything similar possible within deco?

Thanks in advance!