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 2周前
分析时间
2026年3月31日 15:58
+ 2 previous scans
兼容
Skill details
Updated 2周前
分析时间 2026年3月31日 15:58
说明
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.
最近扫描
2026年3月31日 15:58
Latest analysis
2026年3月31日 15:13
Run 2
2026年3月27日 15:54
Run 1