Boost.Redis

    • Introduction
    • Requests and responses
    • Serializing and parsing into custom types
    • Logging
    • Echo server benchmark
    • Comparison with other Redis clients
    • Examples
    • Reference
    • Acknowledgements
    • Changelog
  • boost::redis::any_adapter::on_done
arrow_upward

boost::redis::any_adapter::on_done

Calls the implementation with the arguments `impl`(parse_event::done, ...);

Synopsis

Declared in <boost/redis/adapter/any_adapter.hpp>

void
on_done();

Created with MrDocs