Callback object upgrades
Created by: agraubert
Add attributes to the callbacks returned from ThreadWorker
and ProcessWorker
:
- args: the positional args
- kwargs: the keyword args
- function: the function
Created by: agraubert
Add attributes to the callbacks returned from ThreadWorker
and ProcessWorker
: