racket-neuron icon indicating copy to clipboard operation
racket-neuron copied to clipboard

Decentralized Software Organisms

Results 19 racket-neuron issues
Sort by recently updated
recently updated
newest added

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...

bug

i.e. `(filter-to π #f)` reduces to `(forward-to π)`

When given an event, sync it in a fresh thread. Otherwise, behavior is unchanged.

enhancement

The docs do not yet specify how or when a filter's `proc` argument is applied.

enhancement