Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
yrashk committed Apr 29, 2011
1 parent aaac585 commit 2d4636d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
@@ -0,0 +1,9 @@
gen_event_forwarder
===================

gen_event_forwarder is a simple gen_event handler that will forward events and infos to a designated process. It is primarily intended to be used for testing purposes.

Use:

{ok, EventMgr} = gen_event:start_link(),
gen_event:add_handler(EventMgr, gen_event_forwarder, [self()]),

0 comments on commit 2d4636d

Please sign in to comment.