Why isn't `:timer` an Elixir module yet?

Welcome @Cyytrus!

There is a recent addition to Elixir to turn durations to milliseconds: Kernel — Elixir v1.20.2

Separately, since we can use Erlang functions directly, there’s no need to port things to Elixir unless something is going to be improved in the process (like developer ergonomics)

1 Like