1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-10-31 16:04:48 +00:00

Updated Fiber Threads (markdown)

David Schmenk 2023-02-28 13:04:53 -08:00
parent 6e75da4938
commit 555711488b

@ -18,6 +18,12 @@ fbrHalt()#0
fbrResume(fid)#0
```
**Variables:**
```
byte fbrCount
```
**Source Code:** [`fiber.pla`](https://github.com/dschmenk/PLASMA/blob/master/src/libsrc/fiber.pla)
**Sample Source:** [`fiber.pla`](https://github.com/dschmenk/PLASMA/blob/master/src/libsrc/fiber.pla)