🔍 Code Extractor

Search Components

Full-Text: Fast keyword matching | Semantic: AI-powered understanding of intent (finds similar concepts)

Search Results for "debouncing"

Found 3 matching component(s)

  • class ExecutionGuard

    A guard mechanism that prevents recursive or repeated function calls by tracking active executions and enforcing cooldown periods between calls.

    File: /tf/active/vicechatdev/CDocs/__init__.py

    concurrency guard debounce rate-limiting recursion-prevention
  • function guard_execution

    A decorator factory that prevents rapid repeated execution of a function by enforcing a cooldown period between calls.

    File: /tf/active/vicechatdev/CDocs/__init__.py

    decorator rate-limiting throttling cooldown debounce
  • class EInkFileHandler

    A file system event handler that monitors a directory for new files and automatically processes them asynchronously when detected.

    File: /tf/active/vicechatdev/e-ink-llm/processor.py

    file-system event-handler async file-monitoring watchdog

Search Examples