Skip to content

Commit

Permalink
Embed Mermaid SVG
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit committed Nov 24, 2023
1 parent 404cd2b commit 4317a35
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 9 deletions.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,8 @@

`bounded-queue` helps solves the [producer–consumer problem](https://en.wikipedia.org/wiki/Producer%E2%80%93consumer_problem).

```mermaid
graph LR;
P(Producer);
B[bounded-queue];
C(Consumer);
P-- batched item -->B;
B-- batched item -->C;
style B fill:#99E,stroke:#333
```
![bounded-queue](bounded-queue.svg)

The `bounded-queue` allows the producer and consumer to operate in

# Introduction
Expand Down
134 changes: 134 additions & 0 deletions bounded-queue.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4317a35

Please sign in to comment.