Skip to content

Commit fe762ae

Browse files
committed
validate for ayncore _BusyWaitDispatcher
1 parent 4a82dfe commit fe762ae

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

cassandra/io/asyncorereactor.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,9 @@ def loop(self, timeout):
154154
count = timeout // self.max_write_latency
155155
asyncore.loop(timeout=self.max_write_latency, use_poll=True, count=count)
156156

157+
def validate(self):
158+
pass
159+
157160

158161
class AsyncoreLoop(object):
159162

0 commit comments

Comments
 (0)