-
-
Notifications
You must be signed in to change notification settings - Fork 343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move introspection APIs into hazmat #317
Labels
Comments
njsmith
added a commit
to njsmith/trio
that referenced
this issue
Sep 15, 2017
njsmith
added a commit
to njsmith/trio
that referenced
this issue
Sep 15, 2017
njsmith
added a commit
to njsmith/trio
that referenced
this issue
Dec 25, 2017
njsmith
added a commit
to njsmith/trio
that referenced
this issue
Dec 25, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: