Skip to content

[IO] add FutureError and throw it when wait is called on a Future with callback

Florian Fischer requested to merge aj46ezos/emper:future_misuse_exeption into master

The wait() call on a Future with callback currently will never return therefore calling wait() is disallowed.

Merge request reports