Page MenuHomePhabricator

[RCU] Make it possible to serialize/deserialize a RCUPtr
ClosedPublic

Authored by Fabien on May 23 2022, 10:03.

Details

Summary

Similar to what is done for other smart pointers, this will serialize the contained object and build a RCUPtr from the deserialized object.

Test Plan
ninja check

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Fabien requested review of this revision.May 23 2022, 10:03
This revision is now accepted and ready to land.May 23 2022, 11:42

Use a proofbuilder to break the dependency to D11513, rebase on master