Skip to content

Commit

Permalink
added a stubb for bufthreaddemo
Browse files Browse the repository at this point in the history
  • Loading branch information
tremblap committed Dec 11, 2024
1 parent b60d1af commit 56655c5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/routes/(content)/reference/bufthreaddemo/+page.svx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: BufThreadDemo
blurb: A Tutorial Object to Experiment with Multithreading in FluidBuf* Objects
tags:
- utility
- buffer
- multithreading
flair: reference
category: Utility Objects
---

The [BufThreadDemo]() object is a tutorial object to illustrate and experiment with the multithreading options of the FluidBuf* objects. To simulate their behaviour in various blocking modes, the object after waiting for time milliseconds, return its delay length as a float writen at index [0] of the specified destination buffer.

0 comments on commit 56655c5

Please sign in to comment.