[erlang-questions] [ann] just released hooks 1.1

Benoit Chesneau bchesneau@REDACTED
Fri Nov 6 12:59:40 CET 2015


Hi all,

I just released hooks, a generic hooks system for #Erlang
<https://plus.google.com/s/%23Erlang> applications:
https://github.com/barrel-db/hooks

It allows you to augment your application by adding hooks to your
application aka Hooking.

Hooks' list  is compiled to a beam once an hook or a list of hooks is
registered using merl.  The list of registered hooks can then be shared
between every process of your application without message passing. It is
also memory efficient and minimize locking.

Hooks is also available via hex (https://hex.pm) .

Hope it can be useful,

Enjoy!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20151106/a655cd65/attachment.htm>


More information about the erlang-questions mailing list