Home
last modified time | relevance | path

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

/thrift-3.4.0/lib/d/src/thrift/internal/
Dresource_pool.d163 auto nextPair = minPos!"a[1].resetTime < b[1].resetTime"( in TResourcePool() local
167 next = nextPair[0]; in TResourcePool()
168 waitTime = to!Duration(nextPair[1].resetTime - parent_.getCurrentTick_()); in TResourcePool()