Files
BitLogger/src-async/async_logger_stub.mbt
T
Nanaloveyuki 0cbe25a551 πŸ”Š Update 1.0.0
2026-06-27 10:45:36 +08:00

26 lines
433 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
}