From 802d609c24e331f641e7afe7577676f88c22c46a Mon Sep 17 00:00:00 2001 From: Simon MacMullen Date: Mon, 14 Mar 2011 11:51:26 +0000 Subject: I didn't think that implied that it could *only* be used out of process, but let's make it clearer. --- src/rabbit_backing_queue.erl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rabbit_backing_queue.erl b/src/rabbit_backing_queue.erl index 7823a53c..29d9331b 100644 --- a/src/rabbit_backing_queue.erl +++ b/src/rabbit_backing_queue.erl @@ -42,8 +42,8 @@ behaviour_info(callbacks) -> %% 4. an asynchronous callback which can be passed by the %% backing queue to other processes which need to call back %% into it when an event has occured that requires a - %% state transition. The callback accepts a function from - %% state to state. + %% state transition. Note that it can also be used in process. + %% The callback accepts a function from state to state. %% 5. a synchronous callback. Same as the asynchronous callback %% but waits for completion and returns 'error' on error. {init, 5}, -- cgit v1.2.1