chaincodelabs / libmultiprocess

C++ library and code generator making it easy to call functions and reference objects in different processes
MIT License
29 stars 20 forks source link

Support attaching custom cleanup functions to proxy client and server classes #42

Closed ryanofsky closed 3 years ago

ryanofsky commented 3 years ago

This avoids the need to add interface base classes with addCloseHook methods in https://github.com/bitcoin/bitcoin/pull/19160 and https://github.com/bitcoin/bitcoin/pull/10102