C5T / Current

C++ framework for realtime machine learning.
https://medium.com/dima-korolev/current-for-realtime-machine-learning-4f04aa8ab81a
97 stars 29 forks source link

Extensions to `WaitableAtomic`, and the thread pool example. #981

Closed dkorolev closed 6 months ago

dkorolev commented 6 months ago

[ After https://github.com/C5T/Current/pull/980 ]

Hi @mzhurovich , @amdrozdov, here's my incremental work on WaitableAtomic. This PR should be good to review per commit, and I will be adding commits one by one. Will keep it open so that Github actions keep doing their job.

Will comment down there once it's ready to review & merge!

Thx, Dima

dkorolev commented 6 months ago

:point_up: good to review, and per-commit would do just fine. Thanks!

dimacurrentai commented 6 months ago

Replaced this PR by https://github.com/C5T/Current/pull/989.