.
original commit: 4608381c902cf8d5ec435342936fd5ed0dbcebf6
This commit is contained in:
parent
14aad99f3c
commit
5387cd21e0
|
@ -885,7 +885,9 @@ WARNING: printf is rebound in the body of the unit to always
|
||||||
get-out-port
|
get-out-port
|
||||||
get-err-port
|
get-err-port
|
||||||
get-value-port
|
get-value-port
|
||||||
after-io-insertion))
|
after-io-insertion
|
||||||
|
|
||||||
|
on-peek))
|
||||||
|
|
||||||
(define-struct peeker (bytes skip-count pe resp-chan nack) (make-inspector))
|
(define-struct peeker (bytes skip-count pe resp-chan nack) (make-inspector))
|
||||||
(define-struct committer (kr commit-peeker-evt done-evt resp-chan resp-nack))
|
(define-struct committer (kr commit-peeker-evt done-evt resp-chan resp-nack))
|
||||||
|
@ -1004,6 +1006,9 @@ WARNING: printf is rebound in the body of the unit to always
|
||||||
(send value-sd set-delta-foreground (make-object color% 0 0 175))
|
(send value-sd set-delta-foreground (make-object color% 0 0 175))
|
||||||
value-sd))
|
value-sd))
|
||||||
|
|
||||||
|
;; called by the port thread
|
||||||
|
(define/public (on-peek) (void))
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;;
|
;;
|
||||||
;; editor integration
|
;; editor integration
|
||||||
|
@ -1362,6 +1367,7 @@ WARNING: printf is rebound in the body of the unit to always
|
||||||
peek-chan
|
peek-chan
|
||||||
(lambda (peeker)
|
(lambda (peeker)
|
||||||
(dprintf "i: peek-chan\n")
|
(dprintf "i: peek-chan\n")
|
||||||
|
(on-peek)
|
||||||
(set! peekers (cons peeker peekers))
|
(set! peekers (cons peeker peekers))
|
||||||
(loop)))
|
(loop)))
|
||||||
(handle-evt
|
(handle-evt
|
||||||
|
|
Loading…
Reference in New Issue
Block a user