Hi :slightly_smiling_face: Are there plans to repl...
# arrow
m
Hi ๐Ÿ™‚ Are there plans to replace the arrow-fx durations with kotlins duration in arrow (used e.g. in Schedule)? ๐Ÿ™‚
s
Hi @Mervyn McCreight, That is already on going, in the latest Arrow release Arrow Fx Duration is actually already removed in favor of kotlin.time.Duration. Just like most APIs in Kotlin it exposes a variant of
Long
and
kotlin.time.Duration
.
In Schedule it exposes
Double
in some APIs to work with
nanoseconds
which is the base unit for
kotlin.time.Duration
.
m
With
latest release
you are referring to 0.13.1?
s
Yes
โœ… 1
m
Cool thanks! ๐Ÿ™‚ I'll need to update then ๐Ÿ˜„, which is a good thing anyway ๐Ÿ˜›
๐Ÿ˜ 1