Timeline for A thread safe task queue implementation using my own lock_guard in C++
Current License: CC BY-SA 4.0
8 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Jun 10, 2020 at 13:24 | history | edited | Community Bot |
Commonmark migration
|
|
Mar 28, 2019 at 9:58 | vote | accept | meguli | ||
Aug 15, 2018 at 21:49 | history | edited | hoffmale | CC BY-SA 4.0 |
added 289 characters in body
|
Aug 15, 2018 at 18:41 | history | edited | hoffmale | CC BY-SA 4.0 |
deleted 1 character in body
|
Aug 15, 2018 at 18:40 | comment | added | meguli |
The reason to avoid std::lock_guard and std::unique_lock was to implement those myself as an exercise. Thanks for the points mentioned.
|
|
Aug 15, 2018 at 18:14 | history | edited | hoffmale | CC BY-SA 4.0 |
added 34 characters in body
|
Aug 15, 2018 at 18:08 | history | edited | hoffmale | CC BY-SA 4.0 |
formatting fix
|
Aug 15, 2018 at 17:49 | history | answered | hoffmale | CC BY-SA 4.0 |