Skip to content
#

determinism

Here are 6 public repositories matching this topic...

Language: All
Filter by language
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

You can’t perform that action at this time.