Closed accelerated closed 4 years ago
Bring base class resume() member function into the scope of Consumer. This was missing since pause is already into scope.
resume()
Consumer
pause
@mfontanini if you can merge this it would be great! Currently access to base class overload is unavailable.
:pray:
Bring base class
resume()
member function into the scope ofConsumer
. This was missing sincepause
is already into scope.