waitmap icon indicating copy to clipboard operation
waitmap copied to clipboard

Results 11 waitmap issues
Sort by recently updated
recently updated
newest added

Hi there, i would like to contribute to your project by writing a good documentation for you, feel free to reach out.

Hi there, i would like to contribute to your project by writing a good documentation for you, feel free to reach out.

Would be nice to have a callback or similar when a non-existing key is requested, or maybe access to the list of requested key; imagine having a producer thread and...

Currently, the number of entries in the map will grow without bound, which is fine for some applications but not others. It would be nice if there was a way...

once a value is inserted into the map, all wakers waiting on that value are awoken. If there is more than one waker, this could put contention on that shard...

In the medium term, I want to pass maintainership of this library to other people. Here are some things that need to be done that I have no intention of...

documentation
enhancement
help wanted