Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 303 Bytes

File metadata and controls

28 lines (17 loc) · 303 Bytes

epool - worker pool for erlang

Compile

Use rebar to compile:

rebar compile

Make tests

Simply enter:

rebar ct

Examples

There are no examples at the moment. If you need them - look at the tests in test/epool_SUITE.erl.