[Haskell-cafe] Faster timeout but is it correct?

Johan Tibell johan.tibell at gmail.com
Fri Feb 18 01:16:50 CET 2011


On Thu, Feb 17, 2011 at 4:09 PM, Bas van Dijk <v.dijk.bas at gmail.com> wrote:
> Currently I created a new function registerTimeoutWithKey and wrote
> registerTimeout in terms of it. I also exported registerTimeoutWithKey
> from System.Event.Manager and System.Event. This isn't necessary so I
> can easily change it back. However maybe it's useful on its own.

I say only export a more general function (under the old name).

> It does require a library proposal so I have to think it over.

It doesn't. System.Event isn't a public API. Doesn't mean that you
don't have to think it over thought. ;)

Johan



More information about the Haskell-Cafe mailing list