puniverse / quasar

Fibers, Channels and Actors for the JVM

Home Page:http://docs.paralleluniverse.co/quasar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FiberServerSocketChannel no selector?

publicocean0 opened this issue · comments

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 ?