pub unsafe extern "C" fn aws_event_loop_new_default(
alloc: *mut aws_allocator,
clock: aws_io_clock_fn
) -> *mut aws_event_loop
Expand description
Creates an instance of the default event loop implementation for the current architecture and operating system.