Just saw this comment about the experimental time ...
# stdlib
z
Just saw this comment about the experimental time measurement API.
Clock
,
ClockMark
, etc are being renamed to
TimeSource
,
TimeMark
, etc. https://github.com/Kotlin/KEEP/issues/190#issuecomment-591081265
❤️ 1
👀 2
m
Good! I had to rename my time library’s
Clock
to
WallClock
because of that conflict 😄 https://github.com/fluidsonic/fluid-time/blob/master/sources/common/WallClock.kt