Closed steiltre closed 2 months ago
Adds mutable qualifier to wrapper lambdas taking user-provided functions in async_ operations in order to call non-const methods on passed functions. This is necessary when using a hand-written functor with an operator() that is not const.
mutable
async_
const
operator()
Adds
mutable
qualifier to wrapper lambdas taking user-provided functions inasync_
operations in order to call non-const
methods on passed functions. This is necessary when using a hand-written functor with anoperator()
that is notconst
.