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 2017-12-15 12:49:47 -08:00
parent b3186b90a5
commit 6b903d6f09

@ -16,4 +16,8 @@ fbrStart(defaddr, param)
fbrYield() fbrYield()
fbrHalt()#0 fbrHalt()#0
fbrResume(fid)#0 fbrResume(fid)#0
``` ```
**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)