NM; you addressed this below. I see that, after re-reading your message. The queue being full doesn't necessarily bother me as a problem - but is an interesting idea to have it have the option of returning when full (rather than blocking).
The callback function might be very useful; I like that. Having an immediate return value for queue full or (send_q == None) - False, or whatever - is what I *was* originally advocating; I was simply advocating for it in the (send_q == None) case. Best, Victor -- Victor J. Orlikowski <> vjo@[cs.]duke.edu > On Mar 16, 2016, at 5:01 PM, FUJITA Tomonori <[email protected]> wrote: > > The asynchronous API that only queues the message and sends it > later. If it fails to send the message, notifies the caller via a > callback function (if specified). The API returns an error immediately > if the queue is full or the data plane is dead. ------------------------------------------------------------------------------ Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140 _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
