rotor v0.05 Release Notes

Release Date: 2019-09-22 // over 4 years ago
    • [improvement] response can be inherited from rotor::arc_base, to allow
      forwarding requests without copying it (i.e. just intrusive pointer is created)
    • [example] examples/boost-asio/beast-scrapper.cpp has been added; it
      👷 demonstrates an app with pool of actor workers with request-response forwarding