1Posix.fork(3kaya) Kaya module reference Posix.fork(3kaya)
2
3
4
6 Posix::fork - Fork a new process.
7
9 Int fork( )
10
12 Fork a new process, returning the process ID of the new process in the
13 parent process, or zero in the child process. An Posix.OutOfMemory
14 [1m(3kaya) or Posix.OverResourceLimit (3kaya) if the process cannot be
15 created.
16
18 Kaya standard library by Edwin Brady, Chris Morris and others
19 (kaya@kayalang.org). For further information see http://kayalang.org/
20
22 The Kaya standard library is free software; you can redistribute it
23 and/or modify it under the terms of the GNU Lesser General Public
24 License (version 2.1 or any later version) as published by the Free
25 Software Foundation.
26
28 Posix.reap (3kaya)
29 Posix.wait (3kaya)
30 Posix.waitPid (3kaya)
31
32
33
34Kaya December 2010 Posix.fork(3kaya)