pub unsafe extern "C" fn aws_event_loop_run(
    event_loop: *mut aws_event_loop
) -> c_int
Expand description

Triggers the running of the event loop. This function must not block. The event loop is not active until this function is invoked. This function can be called again on an event loop after calling aws_event_loop_stop() and aws_event_loop_wait_for_stop_completion().