vapor-community / sockets

🔌 Non-blocking TCP socket layer, with event-driven server and client.
MIT License
575 stars 54 forks source link

Do you plan to support select ? #14

Closed mackoj closed 8 years ago

mackoj commented 8 years ago

Hi @czechboy0 and @MatthiasKreileder !

Thanks for open sourcing this lib. I love to read and study other people code it's a great way to learn.

Do you plan to support something like select(POSIX) which is crucial when building a server with socket ? Or libevent which work on Windows, OS X, Linux ?

Cheers,

czechboy0 commented 8 years ago

Hi @mackoj,

Yes absolutely. It's actually on the list in #2. We just haven't gotten around to it. :blush:

(We'd welcome a PR if you're happy to add it yourself)