jharmer95 / rpc.hpp

A simple header-only library for supporting remote procedure calls using a variety of extensible features
BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

Feature/cache dump #74

Closed jharmer95 closed 3 years ago

jharmer95 commented 3 years ago

Adds support for accessing the function result cache(s). Also adds functional cache loading/unloading to the test server as a demo.

Closes #69