# aiomisc > miscellaneous utils for asyncio ## Docs source files split by topic for easier navigation and LLM processing: The links below point to the raw source of each documentation page (`/_sources/.rst.txt` on docs.aiomisc.com). Prefer these for LLM consumption: no HTML scaffolding, no navigation chrome, no JavaScript. - [Overview](https://docs.aiomisc.com/_sources/index.rst.txt): Introduction, installation, quick start, and services overview - [Tutorial](https://docs.aiomisc.com/_sources/tutorial.rst.txt): Step-by-step guide building production asyncio services - [Modules](https://docs.aiomisc.com/_sources/modules.rst.txt): All built-in modules: threads, timeout, pool, circuit breaker, logging, signals - [Threads](https://docs.aiomisc.com/_sources/threads.rst.txt): Running blocking code in thread pools with @threaded and WorkerPool - [Timeout](https://docs.aiomisc.com/_sources/timeout.rst.txt): Deadline and timeout utilities for coroutines - [Connection Pool](https://docs.aiomisc.com/_sources/pool.rst.txt): Generic async connection pool implementation - [Worker Pool](https://docs.aiomisc.com/_sources/worker_pool.rst.txt): Process-based worker pool for CPU-bound tasks - [Process Pool](https://docs.aiomisc.com/_sources/process_pool.rst.txt): Low-level process pool and inter-process communication - [Circuit Breaker](https://docs.aiomisc.com/_sources/circuit_breaker.rst.txt): Circuit breaker pattern to prevent cascading failures - [Async Backoff](https://docs.aiomisc.com/_sources/async_backoff.rst.txt): asyncbackoff and asyncretry decorators for retry logic - [Context](https://docs.aiomisc.com/_sources/context.rst.txt): Dependency injection context for sharing objects across services - [Signals](https://docs.aiomisc.com/_sources/signal.rst.txt): Pre/post-start signal hooks for service coordination - [Entrypoint](https://docs.aiomisc.com/_sources/entrypoint.rst.txt): Event loop setup, logging configuration, and graceful shutdown - [Logging](https://docs.aiomisc.com/_sources/logging.rst.txt): Structured logging, log formats, and async log flushing - [Statistics](https://docs.aiomisc.com/_sources/statistic.rst.txt): Built-in metrics collection and exposition - [Aggregate](https://docs.aiomisc.com/_sources/aggregate.rst.txt): Aggregating and batching async operations - [I/O Utilities](https://docs.aiomisc.com/_sources/io.rst.txt): Async file and stream I/O helpers - [Utilities](https://docs.aiomisc.com/_sources/utils.rst.txt): Miscellaneous utility functions and helpers - [Services](https://docs.aiomisc.com/services/index.html): All built-in services: HTTP, TCP, UDP, CRON, ASGI, gRPC, and more - [API Reference](https://docs.aiomisc.com/api/index.html): Full autodoc API reference for all public classes and functions ## Optional - [Pytest Plugin](https://docs.aiomisc.com/_sources/pytest.rst.txt): aiomisc pytest fixtures and plugin for async test support - [Plugins](https://docs.aiomisc.com/_sources/plugins.rst.txt): Optional integrations: uvloop, rich logging, carbon metrics