Last 12 weeks · 0 commits
2 of 6 standards met
Use spawn_blocking_always when running on another thread is necessary for correctness. Use spawn_blocking_optional to allow running on the current thread when configured. spawn_blocking_optional is an async function to allow running the supplied function eagerly which is necessary for some usages. Configuration is the responsibility of the app which should call before first call to . Associated deno PR: https://github.com/denoland/deno/pull/30221
Repository: denoland/deno_unsync. Description: Unsync utilities for Deno Stars: 9, Forks: 5. Primary language: Rust. Languages: Rust (100%), RenderScript (0%). License: MIT. Homepage: https://crates.io/crates/deno_unsync Latest release: 0.4.4 (1y ago). Open PRs: 2, open issues: 1. Last activity: 1y ago. Community health: 50%. Top contributors: dsherret, mmastrac, denobot, paolobarbolini.