Add TimedDrivableExecutor to folly.
[folly.git] / folly / executors / ThreadedExecutor.h
index 9417898778287f17049f83273ff53178a3661beb..2cba2e0a5ef991738aa87874b079840853f07b4c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 Facebook, Inc.
+ * Copyright 2017-present Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -96,4 +96,4 @@ class ThreadedExecutor : public virtual folly::Executor {
   std::mutex finishedm_;
   std::deque<std::thread::id> finished_;
 };
-}
+} // namespace folly