Skip to content

Commit c79baf3

Browse files
committed
Resolve conflict
2 parents 50bddde + bae5d1e commit c79baf3

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

a-sync/helper/pipe.ss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
;; 'port'. It is mainly intended for use with pipes returned by
5656
;; make-pipe, but can be used with any port. It returns an
5757
;; unspecified value - it will always succeed unless 'port' has been
58-
;; closed. It will not throw an exception.
58+
;; closed.
5959
;;
6060
;; This procedure is first available in version 0.20 of this library.
6161
(define (set-cloexec! port)

docs/chez-a-sync.info

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2135,7 +2135,7 @@ as an event using event-post!.
21352135
the event-loop implementation, and is exported (along with
21362136
make-pipe) as part of the event-loop library in case it is useful
21372137
to users. It returns an unspecified value - it will always succeed
2138-
unless 'port' has been closed. It will not throw an exception.
2138+
unless 'port' has been closed.
21392139

21402140
This procedure is first available in version 0.20 of this library.
21412141

@@ -3008,9 +3008,9 @@ Node: Top83
30083008
Node: overview1235
30093009
Node: coroutines4550
30103010
Node: event loop23133
3011-
Node: thread pool112967
3012-
Node: compose131747
3013-
Node: meeting138202
3014-
Node: try152910
3011+
Node: thread pool112934
3012+
Node: compose131714
3013+
Node: meeting138169
3014+
Node: try152877
30153015

30163016
End Tag Table

docs/event-loop.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1669,7 +1669,7 @@ make-pipe, but can be used with any port. It is used internally by
16691669
the event-loop implementation, and is exported (along with make-pipe)
16701670
as part of the event-loop library in case it is useful to users. It
16711671
returns an unspecified value - it will always succeed unless 'port'
1672-
has been closed. It will not throw an exception.
1672+
has been closed.
16731673

16741674
This procedure is first available in version 0.20 of this library.
16751675
@end deffn

docs/html/event-loop.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)