futiles icon indicating copy to clipboard operation
futiles copied to clipboard

The missing utils for working with Scala Futures

Results 2 futiles issues
Sort by recently updated
recently updated
newest added

Docs in master is no good because it will always be out of sync. Should move to github pages.

enhancement

Consider these cases: ``` scala Future { Thread.sleep(5000); false } && Future.successful(false) Future { Thread.sleep(5000); false } || Future.successful(true) ``` We could make them resolve as fast as the fastest...

enhancement