Jump to content

Fork: Difference between revisions

33 bytes removed ,  9 years ago
m
→‎{{header|Scala}}: remove misused category
(Added zkl)
m (→‎{{header|Scala}}: remove misused category)
Line 881:
 
=={{header|Scala}}==
[[Category:Scala Implementations]]{{libheader|Scala}}
===A Linux version===
<lang scala>import java.io.IOException
Line 914:
}
}</lang>
 
=={{header|Slate}}==
The following built-in method uses the cloneSystem primitive (which calls fork()) to fork code. The parent and the child both get a socket from a socketpair which they can use to communicate. The cloneSystem is currently unimplemented on windows (since there isn't a fork() system call).<lang slate>p@(Process traits) forkAndDo: b
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.