Home
last modified time | relevance | path

Searched refs:MAX_SIMULTANEOUS_WAIT (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DSequenceDispatcher.h56 static constexpr int32 MAX_SIMULTANEOUS_WAIT = 10; variable
H A DSequenceDispatcher.cpp161 …ext_i_ < data_.size() && data_[next_i_].state_ != State::Wait && wait_cnt_ < MAX_SIMULTANEOUS_WAIT; in loop()