Skip to content

Commit

Permalink
add a readme
Browse files Browse the repository at this point in the history
  • Loading branch information
msays2000 committed Jul 4, 2020
1 parent 3e8571b commit 13441b8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# ring
# ring

RingChannel uses two channels input and output in a way that never blocks the input.
Specifically, if a new value gets added to a RingChannel's input when its buffer is full then the oldest
value in the output channel gets removed to make room (just like a standard ring-buffer).

0 comments on commit 13441b8

Please sign in to comment.