src/worker_pool_sup.erl
3 months ago Update copyright 2012
9 months ago more specs
16 months ago Update .erl and .hrl license boilerplates
18 months ago Another try, removing specs for callbacks.
18 months ago Added specs for exported functions throughout server.
21 months ago use consistent return types for start/start_link functions
22 months ago Introduced and used ok_or_error2(A,B). Also verified everything seems happy under R13B03
22 months ago cleanup
22 months ago {'ok', A} -> rabbit_types:ok(A)
22 months ago {error, A} -> rabbit_types:error(A)
2010-03-23 Created worker pool system, and pushed the rabbit_misc:execute_mnesia_txn through it.