Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 823 Bytes

File metadata and controls

19 lines (18 loc) · 823 Bytes

Roadmap

  • Core infrastructure (Node, Service, Builder patterns)
  • Publish-Subscribe API with zero-copy support
  • Event API with blocking/timed/non-blocking waits
  • Request-Response API (RPC) with verified FFI compatibility
  • Complex data type support with sequential layout
  • Cross-platform library loading (macOS, Linux, Windows)
  • Comprehensive examples for all major APIs
  • Memory-safe resource management with SafeHandle pattern
  • Full async/await support with CancellationToken
  • Service discovery and monitoring
  • Reactive extensions (Rx.NET) support
  • Pipeline API
  • Performance benchmarks vs other IPC solutions
  • NuGet package publication
  • XML documentation improvements
  • Additional integration tests
  • Inter-language communication examples