2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-06-09 09:33:09 +00:00

Clean up iothread design rationale comment

This commit is contained in:
Vinícius Ferrão
2026-05-03 01:46:35 -03:00
parent 52f2086319
commit aafd6967ba
@@ -56,9 +56,8 @@ except AttributeError:
# session. This will be randomized to stagger out retries
# in case of congestion
initialtimeout = 0.5
# the thread in which all IO will be performed
# This thread tucks away the threading situation such that
# calling code doesn't have to do any gymnastics.
# the thread in which all IO will be performed, so that
# calling code doesn't have to manage threading directly
iothread = None
# whether io thread is yet ready to work
iothreadready = False