rabbitmq / ra

A Raft implementation for Erlang and Elixir that strives to be efficient and make it easier to use multiple Raft clusters in a single system.
Other
798 stars 93 forks source link

Type specs: maybe/1 => option/1 #402

Closed michaelklishin closed 8 months ago

michaelklishin commented 8 months ago

so that we don't have to think about quoting. 'maybe' is a keyword in Erlang 25+ and as of 26, it is an always-on language feature.

Closes #401