#Creating a library with opt in async

3 messages · Page 1 of 1 (latest)

icy sentinel
#

You can make your library “low-level” and build it on state machines like rustls does

#

which is to say: Instead of calling the TcpListener, you let the TcpListener call you

#

thus you will be agnostic to any actual TcpListener beïng used