Skip to content

Commit

Permalink
Update guile version reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisVine committed Oct 9, 2021
1 parent 2f5b7df commit e8c4825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/example-client.scm
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
(setvbuf sock 'block)

;; the connect and force-output procedures are suspendable in
;; guile-2.2, as is write-request if no custom header writers
;; guile-3.0, as is write-request if no custom header writers
;; are imported which invoke non-suspendable i/o
(await-write-suspendable! await resume sock
(lambda (s)
Expand Down

0 comments on commit e8c4825

Please sign in to comment.