Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 534 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 534 Bytes

mithril

A C++17 async/non-blocking networking client-server framework inspired by Netty and built on top of scylladb/seastar.

Special attention was given to:

  • Compose I/O operations in a structured manner to avoid "callback hell"
  • Scaling well with additional cores
  • Minimizing memory copies

Examples

See also

facebook/wangle