| ▲ | gpderetta 12 hours ago | |
CPS can trivially deadlock for all meaningful definitions of deadlock. Would you consider this a mutex?
What about:
my_mutex mux;
where the code runs in a user space fiber.Would you consider boost synchronized a mutex? Don't confuse the semantics with the implementation details (yes async/await leaks implementation details). | ||