Including blocking detector in the documentation.

This commit is contained in:
Ryan Williams
2010-08-30 11:58:42 -07:00
parent 8e1a262fcc
commit ed6a23780a

View File

@@ -9,7 +9,8 @@ import inspect
__all__ = ['spew', 'unspew', 'format_hub_listeners', 'format_hub_timers',
'hub_listener_stacks', 'hub_exceptions', 'tpool_exceptions',
'hub_prevent_multiple_readers', 'hub_timer_stacks']
'hub_prevent_multiple_readers', 'hub_timer_stacks',
'hub_blocking_detection']
_token_splitter = re.compile('\W+')