folly::via(Executor*, Func)
authorHans Fugal <fugalh@fb.com>
Thu, 11 Jun 2015 18:51:06 +0000 (11:51 -0700)
committerSara Golemon <sgolemon@fb.com>
Thu, 11 Jun 2015 20:15:13 +0000 (13:15 -0700)
commitd167b41554b659b3c0966210b17f6e038eb11648
treeed16476dca8033f57efedc8ded1f16f122fc6a04
parent60825c9bca47c6919ad192527dacd052b02e13b9
folly::via(Executor*, Func)

Summary: ((not yet) more performant) sugar for `via(&x).then(func)`

Reviewed By: @​hannesr

Differential Revision: D2131246
folly/futures/Future-inl.h
folly/futures/helpers.h
folly/futures/test/ViaTest.cpp