User contributions for Admin

From STEMX365-WIKI
A user with 1,222 edits. Account created on 30 October 2024.
Jump to navigationJump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

10 April 2025

  • 23:5723:57, 10 April 2025 diff hist +1,970 ROSHNo edit summary
  • 23:5523:55, 10 April 2025 diff hist +6 ROSHNo edit summary
  • 23:5423:54, 10 April 2025 diff hist +16 ROSHNo edit summary
  • 23:5323:53, 10 April 2025 diff hist +1,342 ROSHNo edit summary
  • 23:5123:51, 10 April 2025 diff hist +2,582 N ROSHCreated page with "<pre> #include <iostream> #include <thread> #include <mutex> #include <condition_variable> #include <queue> #include <functional> #include <chrono> #include <atomic> class ActiveObject { private: std::thread worker_; std::queue<std::function<void()>> tasks_; std::mutex queue_mutex_; std::condition_variable cv_; std::atomic<bool> running_{false}; std::atomic<bool> periodic_active_{false}; std::chrono::milliseconds interval_; std::function..."

7 April 2025

5 April 2025

4 April 2025

31 March 2025

30 March 2025

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)