Mercurial
rabbitmq-server
/ file revisions
summary
|
shortlog
|
changelog
|
graph
|
tags
|
branches
|
file
| revisions |
annotate
|
diff
|
rss
(0)
tip
src/worker_pool.erl
3 months ago
Update copyright 2012
file
|
diff
|
annotate
3 months ago
use correct type for {M,F,A}
file
|
diff
|
annotate
8 months ago
merge default into bug24386
file
|
diff
|
annotate
8 months ago
revert changes to worker_pool
file
|
diff
|
annotate
8 months ago
refactor + handle MFAs
file
|
diff
|
annotate
8 months ago
if the worker_pool is not running, run the submitted job in the current process
file
|
diff
|
annotate
9 months ago
more specs
file
|
diff
|
annotate
16 months ago
Update .erl and .hrl license boilerplates
file
|
diff
|
annotate
18 months ago
Another try, removing specs for callbacks.
file
|
diff
|
annotate
18 months ago
Added specs for exported functions throughout server.
file
|
diff
|
annotate
21 months ago
use consistent return types for start/start_link functions
file
|
diff
|
annotate
22 months ago
Merging default into bug21673 and correcting specs and types
file
|
diff
|
annotate
22 months ago
Introduced and used ok_or_error2(A,B). Also verified everything seems happy under R13B03
file
|
diff
|
annotate
22 months ago
cleanup
file
|
diff
|
annotate
22 months ago
{'ok', A} -> rabbit_types:ok(A)
file
|
diff
|
annotate
22 months ago
{error, A} -> rabbit_types:error(A)
file
|
diff
|
annotate
2010-04-09
merge default into bug21673
file
|
diff
|
annotate
2010-04-09
add worker_pook:submit_async/1
file
|
diff
|
annotate
2010-04-04
Merging in from default
file
|
diff
|
annotate
2010-04-04
Missing hibernate timeout
file
|
diff
|
annotate
2010-04-02
Support async job submission
file
|
diff
|
annotate
2010-03-23
cosmetic
file
|
diff
|
annotate
2010-03-23
Created worker pool system, and pushed the rabbit_misc:execute_mnesia_txn through it.
file
|
diff
|
annotate
(0)
tip