Function gnunet_sys::GNUNET_MQ_impl_send_continue[][src]

pub unsafe extern "C" fn GNUNET_MQ_impl_send_continue(mq: *mut GNUNET_MQ_Handle)

Call the send implementation for the next queued message, if any. Calls the send notification for the current message unless #GNUNET_MQ_impl_send_in_flight was called for this envelope.

Only useful for implementing message queues, results in undefined behavior if not used carefully.

@param mq message queue to send the next message with