syndicate-rkt/syndicate-examples
Tony Garnock-Jones 0b1e9874d1 Treat #:message separately from #:asserted.
While in principle messages are "instantaneous" assertions, it invites
confusion to treat them as such in context of `(object)` because
assertions by default spawn nested facets, so it's too easy to
accidentally wrap a message handler in an unwanted facet. Being
explicit about messages means you never get an unwanted facet wrapper.
2021-06-15 12:41:46 +02:00
..
speed-tests/box-and-client Treat #:message separately from #:asserted. 2021-06-15 12:41:46 +02:00
box-and-client.rkt Merge branch 'main' into novy 2021-06-04 16:19:41 +02:00
info.rkt Merge branch 'main' into novy 2021-06-04 16:19:41 +02:00
tcp-client.rkt Add ConnectionPeer assertions; rename TcpOutbound -> TcpRemote and TcpInbound -> TcpLocal 2021-06-15 12:37:14 +02:00
tcp-echo-server.rkt Add ConnectionPeer assertions; rename TcpOutbound -> TcpRemote and TcpInbound -> TcpLocal 2021-06-15 12:37:14 +02:00
tcp-relay-server.rkt Add ConnectionPeer assertions; rename TcpOutbound -> TcpRemote and TcpInbound -> TcpLocal 2021-06-15 12:37:14 +02:00
timer-demo.rkt Split out timer-demo.rkt 2021-06-10 13:30:30 +02:00