ProgressiveResult
spice.util.WorkResult.ProgressiveResult
case class ProgressiveResult[Result](result: Result, complete: IO[Result]) extends WorkResult[Result]
The intermediate result. The work is partially completed, but more work needs to be done before it's fully complete. The complete
will be asynchronously executed to finish the partially completed work.
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait WorkResult[Result]class Objecttrait Matchableclass Any
Members list
In this article