marekjm / viuavm

Parallel virtual machine designed to reliably run massively concurrent programs
https://viuavm.org/
GNU General Public License v3.0
71 stars 11 forks source link

A way to get current process id #137

Closed marekjm closed 8 years ago

marekjm commented 8 years ago

Virtual processes should be able to obtain their ID; for example, to include it in a message. Once there is a way of obtaining process id, a function creating process handle for this id should be created.