diff options
author | Fedor Indutny <fedor@indutny.com> | 2016-06-04 14:05:02 -0400 |
---|---|---|
committer | Fedor Indutny <fedor@indutny.com> | 2016-06-04 14:05:02 -0400 |
commit | c5e93b2077a6ea27b4af440cfe4938d7bc093c2f (patch) | |
tree | c4d99117635a7214d1a292f52d42d7688824cc0c /README.md | |
parent | af223b587597e2f3f55ceb26bdf0f9a9b45db7ce (diff) | |
download | uv_link_t-c5e93b2077a6ea27b4af440cfe4938d7bc093c2f.tar.gz |
readme: add section about left todos
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md index a8287c6..31952b9 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,11 @@ static int shutdown_impl(uv_link_t* link, [API Docs][2] [Implementation Guide][3] +## Further Work + +* Error reporting. Right now all we get is a UV_... error, it would be nice to + have a method for obtaining string description. + ## LICENSE This software is licensed under the MIT License. |