From 1337b9a895eb7fc2263137a630835ec6857d72a3 Mon Sep 17 00:00:00 2001 From: Roman Heinrich Date: Sat, 7 Sep 2024 00:10:12 +0200 Subject: [PATCH] Chore: add todo --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9c85681..5294394 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ res = MyCache.request({IO, :puts, ["Hello World"]}) ## TODO - [ ] configurable default timeout - [ ] periodic cleanup of expired entries +- [ ] protect against raising exceptions in the MFA tuple ## Installation