hawkw/mycelium

maitake: public api for reading task status

hawkw opened this issue · 0 comments

hawkw commented

PR #261 adds a JoinHandle type for maitake's tasks. It would be nice if JoinHandles also provided a public way to read a snapshot of a task's status, such as for logging purposes etc.

This could be done by making parts of the State type public.