1
0
Fork 0
forked from fun/fun
fun/web/documentation/examples/thread_class_example.md

605 B

layout published noToc noComments noDate title subtitle description permalink lang tags
page true false false false Fun - thread_class_example.fun — overview Documentation for thread_class_example.fun — overview Documentation for thread_class_example.fun — overview /documentation/examples/thread_class_example/ en
example
thread_class_example

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