Skip to content

Commit 8ca6133

Browse files
committed
[async.reqmts.async.handler.exec] Rephrase to fix overfull hbox
1 parent 6cacaa4 commit 8ca6133

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/async.tex

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,15 @@
650650
\rSec3[async.reqmts.async.handler.exec]{Completion handler executor}
651651

652652
\pnum
653-
A completion handler object of type \tcode{CompletionHandler} has an associated executor of type \tcode{Executor2} satisfying the Executor requirements~(\ref{async.reqmts.executor}). The type \tcode{Executor2} is \tcode{associated_executor_t<CompletionHandler, Executor1>}. Let \tcode{ex2} be a value of type \tcode{Executor2} obtained by performing \tcode{get_associated_executor(completion_handler, ex1)}.
653+
A completion handler object of type \tcode{CompletionHandler}
654+
has an associated executor
655+
satisfying the Executor requirements~(\ref{async.reqmts.executor}).
656+
The type of this associated executor is
657+
\tcode{associated_executor_t<CompletionHandler, Executor1>}.
658+
Let \tcode{Executor2} be the type
659+
\tcode{associated_executor_t<CompletionHandler, Executor1>}.
660+
Let \tcode{ex2} be a value of type \tcode{Executor2}
661+
obtained by performing \tcode{get_associated_executor(completion_handler, ex1)}.
654662

655663

656664

0 commit comments

Comments
 (0)