Various minor changes:

- added forwarders to SO objects to Inet
 - added batch read support for UDP
 - changed write for UDP
 - SimpleSender is now registered as everone else
This commit is contained in:
Endre Sándor Varga 2013-02-06 11:38:42 +01:00
parent e2ce4644f1
commit 116dcc0e54
14 changed files with 85 additions and 40 deletions

View file

@ -208,6 +208,7 @@ private[io] class SelectionHandler(manager: ActorRef, settings: SelectionHandler
selectorManagementDispatcher.execute(select) // start selection "loop"
// FIXME: Add possibility to signal failure of task to someone
abstract class Task extends Runnable {
def tryRun()
def run() {