9 lines
271 B
Markdown
9 lines
271 B
Markdown
# 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
|