You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
PR #261 adds a
JoinHandle
type formaitake
's tasks. It would be nice ifJoinHandle
s 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.The text was updated successfully, but these errors were encountered: