diff options
Diffstat (limited to 'src/Network/KRPC.hs')
-rw-r--r-- | src/Network/KRPC.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Network/KRPC.hs b/src/Network/KRPC.hs index 3c9f9bee..0428669b 100644 --- a/src/Network/KRPC.hs +++ b/src/Network/KRPC.hs | |||
@@ -343,8 +343,6 @@ m ==>@ body = (methodName m, newbody) | |||
343 | 343 | ||
344 | infix 1 ==>@ | 344 | infix 1 ==>@ |
345 | 345 | ||
346 | -- TODO: allow forkIO | ||
347 | |||
348 | -- | Run RPC server on specified port by using list of handlers. | 346 | -- | Run RPC server on specified port by using list of handlers. |
349 | -- Server will dispatch procedure specified by callee, but note that | 347 | -- Server will dispatch procedure specified by callee, but note that |
350 | -- it will not create new thread for each connection. | 348 | -- it will not create new thread for each connection. |