fun> Fun - thread_class_example.fun — overview
Documentation for thread_class_example.fun — overview
What it shows
- Threading building blocks using a small thread class; start/join patterns.
How to run
- export FUN_LIB_DIR=”./lib”
- ./build_debug/fun examples/thread_class_example.fun
- Or: fun examples/thread_class_example.fun

