Skip to content

v1.0.0 - 2025-9-15

Choose a tag to compare

@hulxv hulxv released this 17 Oct 16:08
· 31 commits to main since this release

Added

  • Complete event loop implementation with reactor pattern
  • Thread pool for efficient task execution
  • Object pool for memory management optimization
  • Polling abstraction layer with PollHandle
  • Error handling module with custom error types
  • Event loop registration and deregistration capabilities
  • Multiple channel types (MPMC/MPSC) for inter-thread communication

Examples

  • Echo Server: Complete TCP echo server implementation
  • HTTP Server: Basic HTTP server example
  • File Watcher: File system monitoring example
  • JSON-RPC Server: JSON-RPC protocol server implementation