racket-neuron
racket-neuron copied to clipboard
Decentralized Software Organisms
This test is failing on Racket CS (racket/racket#3457): ``` (test-case "An evt-set syncs to the list of results of evts." (define πs (for/list ([i 10]) (process (λ () (emit i)))))...
In the following example, `cli` should emit `EOF` on final `recv`: ``` tcp.rkt> (define svc (tcp-service sexp-codec 0 4 #t #f)) tcp.rkt> (svc 'address) '("::" 33183 "0.0.0.0" 0) tcp.rkt> (define...
i.e. `(filter-to π #f)` reduces to `(forward-to π)`
When given an event, sync it in a fresh thread. Otherwise, behavior is unchanged.
The docs do not yet specify how or when a filter's `proc` argument is applied.