Public Member Functions | |
BIO_ARRAY (bio_exit_info_t *) exit_handlers | |
BIO_ARRAY (bio_coro_impl_t *) current_ready_coros | |
BIO_ARRAY (bio_coro_impl_t *) next_ready_coros | |
Data Fields | |
bio_options_t | options |
bool | is_terminating |
bio_handle_slot_t * | handle_slots |
int32_t | handle_capacity |
int32_t | next_handle_slot |
int32_t | num_handles |
bio_timer_entry_t * | timer_entries |
int32_t | timer_capacity |
int32_t | num_timers |
bio_time_t | current_time_ms |
int32_t | num_coros |
int32_t | num_daemons |
bio_logger_link_t | loggers |
int | log_prefix_len |
bio_worker_thread_t * | thread_pool |
int32_t | num_running_async_jobs |
bio_platform_t | platform |