jetty.project/jetty-io
Simone Bordet adaa520cc9 Rewrite of ManagedSelector to handle connection creation as an ExecutionStrategy task.
Now the creation of a connection, and the Connection.onOpen() call
happen as a Runnable that is run by the ExecutionStrategy.
This allows onOpen() to block or otherwise perform tasks that are not
suitable to be run by a selector thread, since the ExecutionStrategy
will guarantee that another thread will take over the selector duties.
2015-02-18 23:00:37 +01:00
..
src Rewrite of ManagedSelector to handle connection creation as an ExecutionStrategy task. 2015-02-18 23:00:37 +01:00
pom.xml [maven-release-plugin] prepare for next development iteration 2015-01-16 17:48:29 -06:00