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
Now that we have a little more experience with how trio is used, I think I want to move the API that's purely for introspection into hazmat; this keeps the core namespace and core reference manual smaller and focused on regular implementation code.
Affected symbols:
current_clock
add_instrument, remove_instrument (no deprecation needed b/c these are new in 0.2.0 anyway)
current_statistics
The text was updated successfully, but these errors were encountered:
Now that we have a little more experience with how trio is used, I think I want to move the API that's purely for introspection into
hazmat
; this keeps the core namespace and core reference manual smaller and focused on regular implementation code.Affected symbols:
current_clock
add_instrument
,remove_instrument
(no deprecation needed b/c these are new in 0.2.0 anyway)current_statistics
The text was updated successfully, but these errors were encountered: