workflow-core 0.19.0

Utilities and curated re-exports for async rust native and browser development
Documentation
1
2
3
4
5
/// No-op on native targets; mirrors the WASM API that disables persistent timer
/// overrides. Always returns `Ok(())`.
pub fn disable_persistent_timer_overrides() -> Result<(), String> {
    Ok(())
}