LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: cancellation

Browse skills that share this tag.

  • riverpod-cancel - Cancelling and debouncing Riverpod async requests
    riverpodflutterasyncdebounce

    ★ 602 · Updated 2026-09-11

    Guides cancelling in-flight async requests and debouncing rapid refreshes using Riverpod ref.onDispose and auto-dispose providers.

    ⚙ Cancel in-flight HTTP requests⚙ Debounce rapid refresh requests⚙ Implement reusable Ref extension
  • dotnet-csharp-async-patterns - .NET Async/Await Best Practices
    asyncawaitTaskcancellation

    ★ 55 · Updated 2026-06-15

    Write async/await code with correct task patterns, ConfigureAwait, cancellation, and avoid common pitfalls

    ⚙ await task⚙ forward cancellation token⚙ configure await