Fiber API questions
Martin Buchholz
martinrb at google.com
Tue Oct 30 02:00:15 UTC 2018
On Mon, Oct 29, 2018 at 1:29 AM, Alan Bateman <Alan.Bateman at oracle.com>
wrote:
> I haven't seen calls for a functional interface between Runnable and
> Callable that returns void and throws Exception and I hope we can avoid
> that.
Every testing framework is reinventing such a thing, e.g. junit5
https://junit.org/junit5/docs/5.0.0-M1/api/org/junit/jupiter/api/Executable.html
More information about the loom-dev
mailing list