You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,5 +10,6 @@ Kernel foundation library for Windows.
10
10
-[ ] Add automated builds
11
11
-[ ] Rework `UString`, `USimpleString`, `ASimpleString` in favour of `std::string_view`, `std::wstring_view` as they have no 32k limit
12
12
-[ ] Think how to make `GenericTableAvl` safe for concurrent reading (maybe replace it?)
13
-
-[] Get rid of `FltResourceExclusiveLock`/`FltResourceSharedLock`/`EResourceExclusiveLock`/`EResourceSharedLock` and make `FltResource`/`EResource` lockable with `std::shared_lock`/`std::unique_lock`
13
+
-[x] Get rid of `FltResourceExclusiveLock`/`FltResourceSharedLock`/`EResourceExclusiveLock`/`EResourceSharedLock` and make `FltResource`/`EResource` lockable with `std::shared_lock`/`std::unique_lock`
14
14
-[ ] Replace `scoped_buffer` with `vector` (and an appropriate allocator)
15
+
-[ ] Update `ConditionVariable` to use `std::unique_lock<Mutex>` where `Mutex` is a template parameter
0 commit comments