puniverse / quasar

Fibers, Channels and Actors for the JVM
http://docs.paralleluniverse.co/quasar/
Other
4.56k stars 575 forks source link

FiberServerSocketChannel no selector? #300

Open publicocean0 opened 6 years ago

publicocean0 commented 6 years ago

Hi i m trying to use server socket with multiple client connections.

How can handle? In the default NIO there is a selector telling me what event is happening (new connection,read , write) but here ?