From b414e97a5f10ae61379a79d4c2138049e720ce93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Morado?= Date: Mon, 4 Sep 2023 09:53:40 +0100 Subject: [PATCH] Updates README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10ac3f5..edf9f3a 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ In the thread-based pipeline, `Akita` enqueues events into an in-memory queue. T ### Parallel pipeline In the parallel pipeline, `Akita` enqueues events into an in-memory queue. These events are then consumed by `ConsumerParallel`, which generates futures that are executed concurrently by multiple Dask workers. - + ## Filesystems