johanandren / futiles

The missing utils for working with Scala Futures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add some nice timeout decorators for futures

johanandren opened this issue · comments

Something concise like

val f: Future[Something] = ???

f.withTimeout(10.seconds)