This project has retired. For details please refer to its Attic page.
Apache REEF: Org.Apache.REEF.Utilities.AsyncUtils.VoidResult Struct Reference
Apache REEF  0.15.0
Retainable Evaluator Execution Framework
Org.Apache.REEF.Utilities.AsyncUtils.VoidResult Struct Reference

A type used to indicate that no meaningful value is returned. More...

Detailed Description

A type used to indicate that no meaningful value is returned.

We often use this type with Task<TResult> to indicate that an asynchronous operation returns no meaningful value. This eliminates the need to simultaneously support Task APIs and Task<TResult> APIs


The documentation for this struct was generated from the following file: