Shuntian Liu

Results 4 issues of Shuntian Liu

I am learning how to submit a PR, so found the duplicate "and" and removed it in the README file

**Is your feature request related to a problem? Please describe.** Mnesia's default partition tolerance model is to leave it to the programmer during a network partition (https://www.erlang.org/doc/apps/mnesia/mnesia_chap7#recovery-from-communication-failure). Moreover Mnesia only...

team:PS
enhancement

Hi, I saw that the type signature for `Saturn.Queue.push` is `'a Saturn.Queue.t -> 'a -> unit` while the queue in standard library has this the other way round `val push...