Unnamed Skill

Algorithms for working with AsyncSequence: combining, throttling, debouncing, chunking, and more

$ 安裝

git clone https://github.com/nonameplum/agent-skills /tmp/agent-skills && cp -r /tmp/agent-skills/swift-async-algorithms ~/.claude/skills/agent-skills

// tip: Run this command in your terminal to install the skill


name: swift-async-algorithms description: Algorithms for working with AsyncSequence: combining, throttling, debouncing, chunking, and more

AsyncAlgorithms

Swift Async Algorithms is an open-source package of asynchronous sequence and advanced algorithms that involve concurrency, along with their related types.

Documentation Structure

Getting Started

Usage Notes

  • Documentation is organized progressively from getting started to advanced topics
  • Start with the Introduction or Getting Started section
  • Consult specific guides for detailed information

License & Attribution

This skill contains content converted from DocC documentation format.