diff options
author | Nicolas Dato <nicolas.dato@gmail.com> | 2025-08-09 10:36:29 -0300 |
---|---|---|
committer | Nicolas Dato <nicolas.dato@gmail.com> | 2025-08-09 10:36:29 -0300 |
commit | 46d6071a9f5b64707216931275fec8c637a2bc60 (patch) | |
tree | 8f9cd7072c06bc4638d018169072c11c381f63c7 /README.md | |
parent | b54e9dc483565450cdbf4ee5a83e2fdf4a687f50 (diff) | |
download | libtuberia-46d6071a9f5b64707216931275fec8c637a2bc60.tar.gz |
grammar
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -24,14 +24,14 @@ SOFTWARE. ## About -libtuberia: a library to implement a pipeline. +libtuberia is a library in C to implement a pipeline. A pipeline would be: *[Source] -> [queue_1] -> [Stage_1] -> [Queue_2] -> [Stage_2] -> [...] -> [Sink]* Each source, stage, and sink runs in a thread, reads from its input queue, -process the element, and writes the result to the output queue. +processes the element, and writes the result to the output queue. This project is available: |