pub unsafe extern "C" fn aws_event_loop_init_base(
event_loop: *mut aws_event_loop,
alloc: *mut aws_allocator,
clock: aws_io_clock_fn
) -> c_int
Expand description
Initializes common event-loop data structures. This is only called from the *new() function of event loop implementations.