04.11.2014 18:56, Dmitry Yemanov wrote:
> req_proceed - initial state to execute the request, also used together
> with req_sync to implement SUSPEND (nod_stall)
Could you provide a little more details about this process?..
--
WBR, SD.
-
04.11.2014 18:18, Dimitry Sibiryakov wrote:
>
> Could someone explain meaning of each of the values?
>
> enum req_s {
> req_evaluate,
> req_return,
> req_receive,
> req_send,
> req_proceed,
> req_sync,
> req_unwind
> };
req_evaluate - execute the node insi
Hello, All.
Could someone explain meaning of each of the values?
enum req_s {
req_evaluate,
req_return,
req_receive,
req_send,
req_proceed,
req_sync,
req_unwind
};
--
WBR, SD.
-