|
|
|
|
|
by monocasa
2803 days ago
|
|
At that point, the distinction between threads and processes gets really muddy even when you're not using wasm. clone(2) is just a superset of fork(2) that lets you decide whether to share memory or not (among other resources). |
|