mozilla / reflex

Functional reactive UI library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Task.io may cause an infinite loop

Gozala opened this issue · comments

Task.io API is supposed to be used in a certain way, more specifically passed in callback must be called with a Task instance. It was assumed that flow will catch if you pass anything else, but then if you do not type check with flow you can pretty much pass anything to the callback and passing anything but Task instance causes infinite loop.

Was fixed in 0.3