Closed zbyerly closed 7 years ago
Overloaded "send" function in hpxdataflowsimulator. Send can now accept an rvalue for "message" and using std::move when calling hpx::apply will not create another copy of "message."
Looks good, thanks!
Overloaded "send" function in hpxdataflowsimulator. Send can now accept an rvalue for "message" and using std::move when calling hpx::apply will not create another copy of "message."