Commit 186cd823 authored by Yedidya Feldblum's avatar Yedidya Feldblum Committed by Facebook Github Bot

Mark co_error as final

Summary: [Folly] Mark `co_error` as `final`.

Reviewed By: lewissbaker

Differential Revision: D19173904

fbshipit-source-id: 3dedf9a27629dd495d7097d00566a92753b65778
parent e23a4b1d
......@@ -24,7 +24,7 @@
namespace folly {
namespace coro {
class co_error {
class co_error final {
public:
template <
typename... A,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment