uwiger / locks

A scalable, deadlock-resolving resource locker
Mozilla Public License 2.0
204 stars 26 forks source link

Remove plain_fsm as dependency on rebar.config #10

Closed edgurgel closed 9 years ago

edgurgel commented 9 years ago

I was reading through gproc, locks_leader and other parts of locks code and realized that plain_fsm is not being used on the project. The tests are passing and I can't find anything related to plain_fsm whatsoever.

uwiger commented 9 years ago

True. I was going to add plain_fsm support in the locks_agent, though. Currently, you can't inspect the state of the locks_agent, since it doesn't respond to sys:get_status/1.

edgurgel commented 9 years ago

Okay!