rxjava-promises icon indicating copy to clipboard operation
rxjava-promises copied to clipboard

Promises Implementation for JVM languages.

Results 3 rxjava-promises issues
Sort by recently updated
recently updated
newest added

Sorry if this issue is not appropriate, but I wonder if I can wait for multiple promises to be fulfilled. I was checking https://github.com/jdeferred/jdeferred and it has that feature. I...

There is no license information available in the repository, yet it is published under the Apache 2.0 license on Maven. Which license is applicable to this repository?

Currently the Functions are abstract classes, and not interfaces. Due to this, we cannot coerce lambas into functions as they only coerce into Functional Interfaces. Furthermore, there is a currently...