Remove react/independent; counter to Syndicate design. See Journal 5 for details.

This commit is contained in:
Tony Garnock-Jones 2016-07-12 15:33:31 -04:00
parent 7989bc4931
commit 34b504326f
1 changed files with 0 additions and 9 deletions

View File

@ -4,7 +4,6 @@
dataspace
react
react/independent
react/suspend
until
forever
@ -179,14 +178,6 @@
#,(source-location->string stx)
(lambda () (begin/void-default O ...))))]))
(define-syntax (react/independent stx)
(syntax-parse stx
[(_ O ...)
(quasisyntax/loc stx
(add-facet! #:substate #f
#,(source-location->string stx)
(lambda () (begin/void-default O ...))))]))
(define-syntax (react/suspend stx)
(syntax-parse stx
[(_ (resume-parent) O ...)