pub unsafe extern "C" fn aeron_archive_async_connect_poll(
    aeron_archive: *mut *mut aeron_archive_t,
    async_: *mut aeron_archive_async_connect_t,
) -> c_int
Expand description

Poll for a complete connection.

@param aeron_archive aeron_archive_t that will be created/initialized upon successful connection @param async aeron_archive_async_connect_t to poll @return -1 for failure, 0 for ‘try again’, and 1 for success

Note that after a return of either -1 or 1, the provided aeron_archive_async_connect_t will have been deleted.

Also note that after a return of 1, the aeron_archive pointer will be set to a ready to use aeron_archive_t.