Web Browsing With Parentheses
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

13 lines
215 B

(define load-event 0)
(define close-event 1)
(define empty-event 2)
(define (open-page url)
(qu-push
load-event
url
message-qu))
(call-with-new-thread
(lambda ()
(launch-webkit-blocking message-qu)))