Skip to content

[1.0.0] Support any `GenServer.name()` as `pool_id`

Latest
Compare
Choose a tag to compare
@general-CbIC general-CbIC released this 23 Sep 14:02
· 8 commits to develop since this release

What's changed

Changed

  • Monitoring implementation now uses Agent instead of :ets. It's needed to be more flexible in pool naming.
  • The pool_id can now be any valid GenServer.name(). For example, {:global, :biba} or {:via, Registry, {MyRegistry, "boba"}}.