mzed / RapidLib

RapidLib is a lightweight library for interactive machine learning.
https://mzed.github.io/RapidLib/
BSD 3-Clause "New" or "Revised" License
23 stars 3 forks source link

Make run() const #9

Open mzed opened 3 years ago

mzed commented 3 years ago

run should be a thread-safe function

mzed commented 3 years ago

Remember, can't make any const until all are.