const default_instance: type = switch (std.options.io_mode) {
        .blocking => null,
        .evented => &global_instance_state,
    };