Having to do an immediate conversion to a hnsecs long feels somehow odd:
---
Duration maxFlushInterval;
if (dur!"hnsecs"(flushTimer.peek.hnsecs) > maxFlushInterval) { … }
---
David
Having to do an immediate conversion to a hnsecs long feels somehow odd:
---
Duration maxFlushInterval;
if (dur!"hnsecs"(flushTimer.peek.hnsecs) > maxFlushInterval) { … }
---
David