1ServerLoop.forkfunDefault(3kayKaa)ya module refereSnecreverLoop.forkfunDefault(3kaya)
2
3
4
6 ServerLoop::forkfunDefault - Default function to run on forking.
7
9 Void forkfunDefault( NetHandle h, Int pid )
10
12 h The (closed) network connection handle
13
14 pid The process ID of the forked process handling the connection.
15
17 A default function to run on forking, which does nothing.
18
20 Kaya standard library by Edwin Brady, Chris Morris and others
21 (kaya@kayalang.org). For further information see http://kayalang.org/
22
24 The Kaya standard library is free software; you can redistribute it
25 and/or modify it under the terms of the GNU Lesser General Public
26 License (version 2.1 or any later version) as published by the Free
27 Software Foundation.
28
29
30
31Kaya December 2010ServerLoop.forkfunDefault(3kaya)