sasa1977 / exactor

Helpers for simpler implementation of GenServer based processes
MIT License
683 stars 23 forks source link

Adds ExActor.Common.server_pid/1 #28

Open Qqwy opened 7 years ago

Qqwy commented 7 years ago

This implements #27 , custom dispatch logic by using an overridable server_pid/1 function.

I 'think' it works, but I have not yet had time to write tests for it (hopefully tomorrow or the day after that), so that is definitely something that should still happen before this pull request is merged, but I wanted to share this in its current state already at least.

Feel free to give feedback. :smile: