0.0.16
A small but extremely important update. It breaks backward compatibility.
- The
wait()
method is now smart. He knows how to determine whether he was called with or without theawait
keyword. In the first case, it will be launched in non-blocking mode, in the second in normal mode.