duckstax / actor-zeta

Library that provides an actor style message-passing programming model (in C++).
BSD 3-Clause "New" or "Revised" License
64 stars 9 forks source link

Support unique_ptr<> #154

Closed SergeiNA closed 1 month ago

SergeiNA commented 4 months ago

We can't work with unique_ptr in messages right now. Only raw pointers can't provide enough level of recourse ownership.

SergeiNA commented 4 months ago

https://github.com/duckstax/actor-zeta/pull/155