ChimeraTK / cppext

A collection of C++ classes which are quite fundamental and thus considered inside ChimeraTK as an extension of C++.
GNU Lesser General Public License v3.0
2 stars 1 forks source link

Future queue: Handle overruns of index properly #2

Open mhier opened 5 years ago

mhier commented 5 years ago

The internal index of the future queue can overrun. This case should be properly handled.