Provide broker-scope and broker-data from server.rkt

This commit is contained in:
Tony Garnock-Jones 2016-05-15 06:59:28 -04:00
parent 81f9a0f0fe
commit 74c663d5d4
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
#lang racket/base
;; Generic relay for WebSockets/TCP/etc-based participation in a network.
(provide spawn-broker-server)
(provide spawn-broker-server
(struct-out broker-scope)
(struct-out broker-data))
(require racket/set)
(require racket/match)