You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/async.tex
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1484,7 +1484,10 @@
1484
1484
1485
1485
\indexlibrary{\idxcode{executor_binder}}%
1486
1486
\pnum
1487
-
\tcode{executor_binder<T, Executor>} binds an executor of type \tcode{Executor} satisfying Executor requirements~(\ref{async.reqmts.executor}) to an object or function of type \tcode{T}.
1487
+
The class template \tcode{executor_binder} binds executors to objects.
1488
+
A specialization \tcode{executor_binder<T, Executor>} binds
1489
+
an executor of type \tcode{Executor} satisfying the Executor requirements~(\ref{async.reqmts.executor})
0 commit comments