Use coro::* instead of std::experimental::*
Summary: Depending on the version of the std library, coro types may be in std or std::experimental namespace. Use coro namespace instead to make switching library implementation easier. Reviewed By: yfeldblum Differential Revision: D26744795 fbshipit-source-id: 8856b901d4d757bf378acb56f236135feb0c5488
Showing
Please register or sign in to comment