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
DataViewer::execution_thread() protect from panics (#24)
* execution_thread safer from panic
* remove log duplication
* local not used
* save the closure
* + try_local! macro
* actuallt local!() is good enough and gives the same syntax as the try block
* rm junk
0 commit comments