pub unsafe extern "C" fn aws_event_loop_new_default_with_options(
alloc: *mut aws_allocator,
options: *const aws_event_loop_options
) -> *mut aws_event_loop
Expand description
Creates an instance of the default event loop implementation for the current architecture and operating system using extendable options.