exec_call
System command execution
Line 89Snippets
set.spawn(async move { tokio::spawn(async move { tokio::spawn(async move { tokio::spawn(async move { tokio::spawn(async move {delimiter_injection
Conversation delimiter injection (breakout)
Conversation delimiter injection (breakout)
Line 486Snippets
async fn fetch_user(pool: &PgPool, id: &str) -> Result<User> {network_call
Outbound network call
Outbound network call
Line 63Snippets
let result = fetch_data("https://api.example.com").await?;async fn fetch_data(url: &str) -> Result<String> {async fn fetch_all_concurrent(urls: Vec<String>) -> Result<Vec<String>> { fetch_data(&url).awaitasync fn fetch_with_limit(urls: Vec<String>, limit: usize) -> Vec<Result<String>> {Trust Score
Updated semana passada
Analisado
31 de mar. de 2026, 15:58
+ 2 previous scans
Compatível com
Skill details
Updated semana passada
Analisado 31 de mar. de 2026, 15:58
Descricao
Master Rust async programming with Tokio, async traits, error handling, and concurrent patterns. Use when building async Rust applications, implementing concurrent systems, or debugging async code.
Scans recentes
31 de mar. de 2026, 15:58
Latest analysis
31 de mar. de 2026, 15:13
Run 2
27 de mar. de 2026, 15:54
Run 1