Skip to content
#

determinism

Here are 11 public repositories matching this topic...

wangbj
wangbj commented Apr 22, 2019

Assume state (state.hpp) is process wide states, some resources are per-thread, while others (such as FDs, signal handlers) are per-process. It would be nice too have three APIs like reset(), cloned() and forked(), so that the unix clone (threads) and fork events can be easily to implement.

For instance, if we know some resources are shared among threads (per-process), in rust

Improve this page

Add a description, image, and links to the determinism topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the determinism topic, visit your repo's landing page and select "manage topics."

Learn more