mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-02 20:09:21 +00:00
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.