From 1dce62f7559a0bdae3105ad92a9a6ec3cb849e79 Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Wed, 6 Sep 2023 13:04:22 +0100 Subject: [PATCH] Update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5f33fddb0..6e42fa451 100644 --- a/README.md +++ b/README.md @@ -30,4 +30,6 @@ Check `tests` and `examples` for more examples. - [ ] eg. https://anyio.readthedocs.io/en/3.x/streams.html - [ ] Implement IN and OUT topics as regular topics - [ ] Enable resuming PubSub from the "middle" of the computation +- [ ] Add "human in the loop" pattern +- [ ] Add "wait until topic X is done" pattern - [ ] Add Redis-backed Connection implementation