pawelgaczynski / gain

Gain is a high-performance io_uring networking framework written entirely in Go.
Apache License 2.0
509 stars 22 forks source link

Does this implement net.Conn/net.Listener interfaces? #28

Open redline-finance opened 1 year ago

redline-finance commented 1 year ago

It would be great so that we could replace a normal net.Listen with a gain Listener and have gain.Conn implement net.Conn aswell