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

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