Such metadata would be handy in callbacks. The API could look something like this: ```python f = pool.submit(work) f.set_metadata(<dict>) ```