Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentMédio

Gpui Async

porlongbridge·longbridge· v1.0.0 · atualizado em 2026-04-11
80
Score

Async operations and background tasks in GPUI. Use when working with async, spawn, background tasks, or concurrent operations. Essential for handling async I/O, long-running computations, and coordinating between foreground UI updates and background work.

gpuiasyncconcurrencyui-updatesbackground-tasksrusttask-management
Linguagens
Rust
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdgpui-async/workflow
1. Identify the need for async operation (data fetching, heavy computation).
2. Determine if the operation requires UI updates.
3. Use `cx.spawn` for foreground tasks (UI updates) or `cx.background_spawn` for background tasks.
4. If using `cx.background_spawn` and UI update is needed, chain with `then(cx.spawn(...))`.
5. Manage task lifecycle by storing the `Task` object if needed.
6. Handle potential errors within the async task.
7. Detach the task using `.detach()` to allow it to run independently.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aCRA to Next.js Migration Guide
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
82
Similar aMagento 2 Hyva Specialist
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83
Similar aWix Site Component Builder
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
83

Árvore do Skill

Gpui Async
gpui-async
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.ACT
5.REFLECT
Triggers8
handle async operations in GPUIspawn a background task in GPUIupdate the UI from an async task in GPUImanage concurrent operations in GPUIperform a long-running computation in GPUIcoordinate UI updates with background work in GPUIcancel a task in GPUIfetch data asynchronously in GPUI

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download gpui-async
$ synaptic skills detail gpui-async
$ synaptic skills live gpui-async

Dependências

tokio

Links

GitHub Repository