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