You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/llarp/util/thread
Jason Rhinelander e470a6d73e C++17 niceties
- class template argument deduction lets us write `std::unique_lock
  foo{mutex}` instead of `std::unique_lock<mutex_type> foo{mutex}` which
  makes the `unique_lock` and `shared_lock` functions unnecessary.

- Replace GNU-specific warn_unused_result attribute with C++17-standard
  [[nodiscard]]

- Remove pre-C++17 workaround code for fold expressions, void_t
4 years ago
..
annotations.hpp The Great Wall of Blame 5 years ago
barrier.hpp C++17 niceties 4 years ago
logic.cpp The Great Wall of Blame 5 years ago
logic.hpp C++17 4 years ago
queue.hpp C++17 4 years ago
queue_manager.cpp The Great Wall of Blame 5 years ago
queue_manager.hpp The Great Wall of Blame 5 years ago
thread_pool.cpp C++17 niceties 4 years ago
thread_pool.hpp C++17 4 years ago
threading.cpp The Great Wall of Blame 5 years ago
threading.hpp C++17 niceties 4 years ago
threadpool.cpp The Great Wall of Blame 5 years ago
threadpool.h C++17 4 years ago