Skip to content
Merged
2 changes: 0 additions & 2 deletions docs/advanced_features.rst
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,6 @@ run_in_thread.
>>> def exception_handler(ex, pubsub, thread):
>>> print(ex)
>>> thread.stop()
>>> thread.join(timeout=1.0)
>>> pubsub.close()
>>> thread = p.run_in_thread(exception_handler=exception_handler)

A PubSub object adheres to the same encoding semantics as the client
Expand Down
Loading