Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
examples: Remove usage of boost::process::child::wait_for
This method is marked deprecated in the Boost source (not, however, in the Boost documentation) with no clear substitute. In this particular case (we are using (`dd` to measure disk speed when running Linux in `rx_samples_to_file`) we simply replace `wait_for` with an unconditional `sleep_for`.
- Loading branch information