Files
BitLogger/src-async/async_logger_stub.mbt
T
2026-05-20 09:22:56 +08:00

21 lines
408 B
MoonBit

pub fn async_runtime_mode() -> AsyncRuntimeMode {
@utils.compatibility_async_runtime_mode()
}
pub fn async_runtime_supports_background_worker() -> Bool {
ignore(all_async_runtime_modes())
false
}
fn async_runtime_guard_closed_on_log() -> Bool {
true
}
fn async_runtime_shutdown_clears_pending_after_wait_idle() -> Bool {
false
}
fn async_runtime_shutdown_waits_for_worker() -> Bool {
false
}