chiark / gitweb /
clock: Fix per_move implementation (try to)
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 20 Mar 2021 21:22:20 +0000 (21:22 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 20 Mar 2021 21:54:43 +0000 (21:54 +0000)
commit151555ca9b21254405cca878b34c3a07bb0dcbca
tree776fafd79d6fef952678bdf1395ec89fb582ce29
parent1ca4ea1a0c03469156ed062d6509ae8f0c6432ce
clock: Fix per_move implementation (try to)

This still doesn't work when it needs to because typically the clock
is paused in both cases and this function then exits early.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/clock.rs