mirror of
https://github.com/dschmenk/PLASMA.git
synced 2026-03-11 09:42:04 +00:00
Updated Fiber Threads (markdown)
@@ -6,6 +6,12 @@
|
||||
|
||||
**Usage:** [`include "inc/fiber.plh"`](https://github.com/dschmenk/PLASMA/blob/master/src/libsrc/fiber.pla)
|
||||
|
||||
**Values:**
|
||||
|
||||
```
|
||||
byte fbrCount
|
||||
```
|
||||
|
||||
**Functions:**
|
||||
|
||||
```
|
||||
@@ -18,12 +24,6 @@ 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)
|
||||
Reference in New Issue
Block a user