From 08fe96b6f5a29a5e6f8c8ff89a37d0efd17975df Mon Sep 17 00:00:00 2001 From: ned14 Date: Wed, 4 Sep 2024 13:37:50 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20ned14/ll?= =?UTF-8?q?fio@9568c987323f904b12871677008c170688b5ed77=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- todo.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/todo.html b/todo.html index ab7101b3..ebb81f10 100644 --- a/todo.html +++ b/todo.html @@ -87,10 +87,10 @@
-
Class llfio_v2_xxx::algorithm::cached_parent_handle_adapter< T >
-
I have been lazy and used public inheritance from that base i/o handle. I should use protected inheritance to prevent slicing, and expose all the public functions by hand.
Namespace llfio_v2_xxx
TODO FIXME Replace in-memory log with memory map file backed log.
+
Class llfio_v2_xxx::algorithm::cached_parent_handle_adapter< T >
+
I have been lazy and used public inheritance from that base i/o handle. I should use protected inheritance to prevent slicing, and expose all the public functions by hand.
Class llfio_v2_xxx::algorithm::combining_handle_adapter< Op, Target, Source >
I have been lazy and used public inheritance from byte_io_handle and file_handle. I should use protected inheritance to prevent slicing, and expose all the public functions by hand.
Class llfio_v2_xxx::algorithm::shared_fs_mutex::atomic_append