is there any plan to support functions like defer,...
# language-proposals
z
is there any plan to support functions like defer, throttle and debounce (http://underscorejs.org/#defer)? maybe is this a better question for anko? i know that they exists in rx but kotlin already supports a lot of things from rx and i don’t know if it makes any sense to include whole library just for this.
e
zokipirlo: It looks like this is a library question. If you are using some library that provides you with an event loop, then it should provide you with the corresponding functions.
z
I meant for android that, not javascript. I just paste a link from underscore page because they describe these functions very well. And now I see a blog post about kotlin beta 2 and coroutines have all this things 🙂
e
Yes, Kotlin language now has coroutines, but somebody still has to write a library for Android with all the nice things you want.
Anyway, this is offtopic here. You should go to either #android or #coroutines
z
Yes, thanks 😉