Closed yordis closed 6 years ago
@doomspork do you think is a good idea try to get this into 1.0
? The worker would be GuardianDb.Token.SweeperServer
@hassox @scrogson @doomspork please notice that the genserver
is doing nothing, it is just taking inputs and send it to the module that actually implements the behavior and then take the output and reseting the state of the genserver
.
This will keep clean/lean the genserver
which it does nothing more than genserver
stuff.
@hassox / @scrogson want to take a peek at this? I think this is a good refactor but I'd love to get your thoughts before I merge 😀
@yordis could you please rebase? We'll merge this and then release 👍
LGTM. Thanks @yordis
@doomspork merge the other first,
Basically I add some parenthesis and also what do you think about the idea of separate between the genserver and the actual module?