Add actor-view for ground dataspace

This commit is contained in:
Tony Garnock-Jones 2016-09-02 13:09:28 +01:00
parent 92ae08b24e
commit 9f333345fc
1 changed files with 3 additions and 0 deletions

View File

@ -94,6 +94,9 @@
(on (message (inbound (? frame-event? _)))
(when (thread-dead? user-thread) (user-thread-running? #f))))
;; Ground dataspace
(actor-view #f '() #t)
(actor #:name 'notification-relay
(on (message (inbound (? frame-event? _)))
(let loop ()