not missing

fb-doc-catchup^2
Claudius Holeksa 2021-12-28 11:16:49 +01:00
parent d734b0b5ad
commit 531df6e65b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Asynchronous framework mostly inspired by [Capn'Proto](https://github.com/capnproto/capnproto) with the key difference of not
using Promises, but more reusable Pipelines/Conveyors. This introduces some challenges since I can't assume that only one
element gets passed along the chain, but it is managable. The advantage is that you have zero heap overhead by recreating the chain after every use.
element gets passed along the chain, but it is managable. The advantage is that you have zero heap overhead by not recreating the chain after every use.
Very early stage. I am currently rewriting my software to find a good interface solution by checking if I am comfortable with the current design.