Skip to content

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

Maxim Onciul requested to merge 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

Loading