[racket-users] Sync on Distributed Place Channels

2015-08-24 Thread Konstantin Weitz
I'm trying to receive messages from a place. Receiving the messages with `place-channel-get` works fine, but using `sync` blocks indefinitely. I want to use `sync` instead of `place-channel-get` to check multiple channels simultaneously for messages. Below is an example that demonstrates the

[racket-users] Sending Closures to Places

2015-08-02 Thread Konstantin Weitz
I'm trying to write a distributed racket program using [places][0]. From my current understanding, this means that I have to send data to each place over a channel using the `place-channel-put` function, which can send any value accepted by `place-message-allowed?`. I would like to send