From 48214c1150b6b99861a53c54b80aec9b72f24c23 Mon Sep 17 00:00:00 2001 From: Aleksandr Razumov Date: Wed, 25 May 2022 17:36:26 +0300 Subject: [PATCH] docs(readme): update TODO --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 443b42cc..55b5b427 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ arr.Row(0) // ["foo", "bar", "baz"] ``` ## TODO -- [ ] Connection pools +- [x] Connection pools - [ ] Improved i/o timeout handling - [ ] Close connection on context cancellation in all cases - [ ] Ensure that reads can't block forever