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!