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:
parent
e2ce4644f1
commit
116dcc0e54
14 changed files with 85 additions and 40 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue