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

Returns true if the event loop’s thread is the same thread that called this function, otherwise false.