Tascalate Concurrent 0.8.0
The following changes are made since 0.7.1
- Fixed exceptional completion handling in
Promise.orTimeout
andPromise.onTimeout
operations - The artifact was renamed to align naming across other Tascalate projects
IMPORTANT!
From version 0.8.0 please use the following artifact name:
<dependency>
<groupId>net.tascalate</groupId>
<artifactId>net.tascalate.concurrent</artifactId>
<version>0.8.0</version>
</dependency>
The old naming was:
<dependency>
<groupId>net.tascalate.concurrent</groupId>
<artifactId>net.tascalate.concurrent.lib</artifactId>
<version>0.7.1</version>
</dependency>