Re: [racket-users] Re: Non-blocking place get

2018-02-22 Thread Robby Findler
I've pushed some edits to that guide section (and noted place channels as evt?s). Hopefully those code examples there are useful to someone! Robby On Thu, Feb 22, 2018 at 5:11 PM, Philip McGrath wrote: > I've found the paper "Kill-Safe Synchronization Abstractions" > (https://www.cs.utah.edu/plt

Re: [racket-users] Re: Non-blocking place get

2018-02-22 Thread Philip McGrath
I've found the paper "Kill-Safe Synchronization Abstractions" ( https://www.cs.utah.edu/plt/publications/pldi04-ff.pdf) useful for getting a sense of how to work with events and sync. (Note that a few things have slightly different names than in the paper, like "thread" instead of "spawn".) More e

[racket-users] Re: Non-blocking place get

2018-02-22 Thread Zelphir Kaltstahl
(Lets try this answering to a topic via e-mail thing. Here goes …) With a lot of help from people in the Racket user group the following was recently created: https://github.com/ZelphirKaltstahl/work-distributor Maybe its code can also be helpful to you. -- You received this message because you