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
I'd love to be able to query my operation for its state when I'm debugging. Would it be all right to make the getter public? Or at the very least private so I can make an extension that will expose it?
I tried doing this in my own branch, but I realised that I didn't understand the stateLock.withCriticalScope well and thus would possibly code myself into a deadlock
The text was updated successfully, but these errors were encountered:
I'd love to be able to query my operation for its state when I'm debugging. Would it be all right to make the getter public? Or at the very least private so I can make an extension that will expose it?
I tried doing this in my own branch, but I realised that I didn't understand the stateLock.withCriticalScope well and thus would possibly code myself into a deadlock
The text was updated successfully, but these errors were encountered: