Browse Source

Better comment about `on`

pre-goblinoid v0.2
Christopher Lemmer Webber 7 years ago
parent
commit
8b4a284214
No known key found for this signature in database
GPG Key ID: 4BC025925FF8F4D3
  1. 2
      goblins/actors.rkt

2
goblins/actors.rkt

@ -211,7 +211,7 @@ to us."
(wipe-listeners!)
(void))))
;; Or maybe "listen" ?
;; Listen to a promise
(define (on promise [on-fulfilled #f]
#:catch [on-catch #f]
#:finally [on-finally #f]

Loading…
Cancel
Save