GitShow/denoland/deno_unsync
denoland

deno_unsync

Unsync utilities for Deno

by denoland
Star on GitHubForkWebsite

Rust

9 stars5 forks4 contributorsQuiet · 1y agoSince 20230.4.4MIT

Meet the team

See all 4 on GitHub →
dsherret
dsherret25 contributions
mmastrac
mmastrac16 contributions
denobot
denobot5 contributions
paolobarbolini
paolobarbolini1 contribution

Languages

View on GitHub →
Rust100%
RenderScript0%

Commit activity

Last 12 weeks · 0 commits

Full graph →

Community health

2 of 6 standards met

Community profile →
50
✓README✓License○Contributing○Code of Conduct○Issue Template○PR Template

Recent PRs & issues

Quiet · 2 in progress · Last activity 1y ago
See all on GitHub →
lrowe
Replace spawn_blocking with spawn_blocking_optional and spawn_blocking_alwaysOpenPR

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

lrowe · 10mo ago

Recent fixes

View closed PRs →
paolobarbolini
fix: replace `futures` with `futures-util`MergedPR

This replaces with , which is what we were using before through the re-exports in . This reduces the number of dependencies.

paolobarbolini · 1y ago
dsherret
chore: fix cargo publishMergedPR
dsherret · 1y ago
dsherret
feat(sync): add TaskQueue from CLIMergedPR

This is a straight extract out of the CLI: https://github.com/denoland/deno/blob/main/cli/util/sync/task_queue.rs

dsherret · 1y ago
Structured data for AI agents

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.

·@ofershap

Replace github.com with gitshow.dev