Skip to content

Commit 134b7f5

Browse files
Update README.md
1 parent 023a52b commit 134b7f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ Kernel foundation library for Windows.
1010
- [ ] Add automated builds
1111
- [ ] Rework `UString`, `USimpleString`, `ASimpleString` in favour of `std::string_view`, `std::wstring_view` as they have no 32k limit
1212
- [ ] 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`
1414
- [ ] 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

Comments
 (0)