mirror of
https://github.com/Nanaloveyuki/BitLogger.git
synced 2026-07-24 17:02:19 +00:00
11 lines
212 B
MoonBit
11 lines
212 B
MoonBit
///|
|
|
pub fn async_runtime_mode() -> AsyncRuntimeMode {
|
|
@utils.native_worker_async_runtime_mode()
|
|
}
|
|
|
|
///|
|
|
pub fn async_runtime_supports_background_worker() -> Bool {
|
|
ignore(all_async_runtime_modes())
|
|
true
|
|
}
|