Imported Upstream version 1.72.0
[platform/upstream/boost.git] / boost / asio / windows / basic_overlapped_handle.hpp
index ccce21f..07dc12b 100644 (file)
@@ -58,6 +58,14 @@ public:
   /// The type of the executor associated with the object.
   typedef Executor executor_type;
 
+  /// Rebinds the handle type to another executor.
+  template <typename Executor1>
+  struct rebind_executor
+  {
+    /// The handle type when rebound to the specified executor.
+    typedef basic_overlapped_handle<Executor1> other;
+  };
+
   /// The native representation of a handle.
 #if defined(GENERATING_DOCUMENTATION)
   typedef implementation_defined native_handle_type;