9 lines
229 B
Markdown
9 lines
229 B
Markdown
# threads_demo.fun — overview
|
|
|
|
What it shows
|
|
- Threading building blocks and concurrent execution demo.
|
|
|
|
How to run
|
|
- export FUN_LIB_DIR="./lib"
|
|
- ./build_debug/fun examples/threads_demo.fun
|
|
- Or: fun examples/threads_demo.fun
|