The Lambda Lab
/
projects
/
sam.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fb9dae
)
Added header for fifo source.
author
Tim Vaughan
<plugd@thelambdalab.xyz>
Fri, 30 Apr 2021 11:11:47 +0000
(13:11 +0200)
committer
Tim Vaughan
<plugd@thelambdalab.xyz>
Fri, 30 Apr 2021 11:11:47 +0000
(13:11 +0200)
fifo.scm
patch
|
blob
|
history
diff --git
a/fifo.scm
b/fifo.scm
index
14b24f1
..
ca5634f
100644
(file)
--- a/
fifo.scm
+++ b/
fifo.scm
@@
-1,3
+1,6
@@
+;;; A basic FIFO queue module.
+;;;
+
(module fifo
(make-fifo
fifo-push