[elm-discuss] Re: Sending a message from spawned process

2016-09-21 Thread Max Goldstein
Well for starters you can search for "debounce" on the package catalog and look at what other people have done. Let's say I'm debouncing the many Msgs that can come in from moving the mouse. I would expect that when the mouse stays put for a supplied duration, I'm given that mouse position.

[elm-discuss] Re: Sending a message from spawned process

2016-09-20 Thread Brian Cardiff
On Wednesday, September 21, 2016 at 2:09:30 AM UTC-3, Brian Cardiff wrote: > > Hi, > > In elm 0.17.1, is it possible to send a message to the app from a spawned > process? If so, How? :-) > > Some days ago I failed to do that. I wanted to implement a debounce > module. The rough idea was that