Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-04-07 11:09:23 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-04-07 11:09:23 +0300
commitd9686cb1a2daa27f02dc45d9b72c9c523a5ddc6b (patch)
treeb07d084f0ad0771d673d298ec84dc50bafde010c /Readme.md
parentc3c1c5e6a49c269466d478a1dff555189ef9c265 (diff)
All AFIO logging now records instance value and current thread id.
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/Readme.md b/Readme.md
index c48e7760..22c05a5a 100644
--- a/Readme.md
+++ b/Readme.md
@@ -3,11 +3,7 @@ v2 rewrite. You can view its documentation at https://ned14.github.io/boost.afio
Todo:
-- [ ] Somehow implement make_errored_result(errcode, extended_msg). Also have win32_to_error_code
-store the original win32 error code before translation.
- - Maybe keep a static ring buffer of additional metadata and store the atomic index you use
-in the monad? Static ring buffer could also record stack backtrace, time etc.
- - Also enable general logging of all operations to the ring buffer.
+- [ ] Outcome's error logging needs to record current thread id ideally.
- [ ] Move caching into native_handle_type.
- [ ] Implement [[bindlib::make_free]] which injects member functions into the enclosing
namespace.