24 lines
605 B
Markdown
24 lines
605 B
Markdown
---
|
|
layout: page
|
|
published: true
|
|
noToc: false
|
|
noComments: false
|
|
noDate: false
|
|
title: Fun - thread_class_example.fun — overview
|
|
subtitle: Documentation for thread_class_example.fun — overview
|
|
description: Documentation for thread_class_example.fun — overview
|
|
permalink: /documentation/examples/thread_class_example/
|
|
lang: en
|
|
tags:
|
|
- 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
|