🔊 Update 1.0.0

This commit is contained in:
Nanaloveyuki
2026-06-27 10:45:36 +08:00
parent 4cc43def73
commit 0cbe25a551
55 changed files with 5734 additions and 2360 deletions
+5
View File
@@ -1,20 +1,25 @@
///|
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
}
///|
fn async_runtime_guard_closed_on_log() -> Bool {
false
}
///|
fn async_runtime_shutdown_clears_pending_after_wait_idle() -> Bool {
true
}
///|
fn async_runtime_shutdown_waits_for_worker() -> Bool {
true
}