summaryrefslogtreecommitdiff
path: root/src/worker_pool.erl
Commit message (Collapse)AuthorAgeFilesLines
* Update .erl and .hrl license boilerplatesMatthew Sackman2011-01-191-26/+11
|
* use consistent return types for start/start_link functionsbug23120Matthias Radestock2010-08-131-1/+1
|
* Introduced and used ok_or_error2(A,B). Also verified everything seems happy ↵Matthew Sackman2010-07-071-2/+1
| | | | under R13B03
* cleanupAlexandru Scvortov2010-07-061-1/+2
|
* {'ok', A} -> rabbit_types:ok(A)Alexandru Scvortov2010-07-061-1/+1
|
* {error, A} -> rabbit_types:error(A)Alexandru Scvortov2010-07-061-1/+1
|
* add worker_pook:submit_async/1Matthias Radestock2010-04-091-5/+23
| | | | This was on the todo list and got cherry-picked from the bug21673 branch.
* Missing hibernate timeoutMatthew Sackman2010-04-041-3/+5
|
* cosmeticbug22560Matthew Sackman2010-03-231-1/+1
|
* Created worker pool system, and pushed the rabbit_misc:execute_mnesia_txn ↵Matthew Sackman2010-03-231-0/+135
through it.