Lioncash 8dc8cf8019 Common/HttpRequest: std::move callback in constructor
std::function is allowed to heap allocate in order to hold any necessary
bound data in order to execute properly (e.g. lambdas with captures), so
this avoids unnecessary reallocating.
2019-05-27 09:26:28 -04:00
..
2019-05-15 19:28:04 +02:00
2019-02-13 22:52:39 -02:00
2019-05-15 19:28:04 +02:00
2019-04-10 10:46:49 +02:00