From a7fb285264f92236ee8eb56e6146878fac1b33b9 Mon Sep 17 00:00:00 2001 From: syumai Date: Sun, 10 Nov 2024 00:52:46 +0900 Subject: [PATCH] add Queues to Features list --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0c2994e..f8adabe 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,9 @@ * [x] FetchEvent * [x] Cron Triggers * [x] TCP Sockets +* [ ] Queues + - [x] Producer + - [ ] Consumer ## Installation