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 letzte Woche
Analysiert
31.03.2026, 15:58
+ 2 previous scans
Kompatibel mit
Skill details
Updated letzte Woche
Analysiert 31.03.2026, 15:58
Beschreibung
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.
Letzte Scans
31.03.2026, 15:58
Latest analysis
31.03.2026, 15:13
Run 2
27.03.2026, 15:54
Run 1