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

738 B

layout published noToc noComments noDate title subtitle description permalink lang tags
page true true 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
documentation
handbook
installation
usage
introduction
help
guide
howto
docs
specifications
specs
repl

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