Merge Request #10 - June¶
Features¶
- New
Future::andThenthat calls the next callback only if the future finishes with a value and no cancel is requested FutureBarriercan now be destroyed before the futures are finishedFutureBarriernow forwards cancelation requests to the sub-futureswaitForAllnow returns aFutureSync- Support cancelling remote calls
- Guarantee call and signal order, especially in remote case. Beware that since callbacks are asynchronous, the only way to benefit from this guarantee is to connect the futures and signals to an Actor.
Bugfixes¶
- Fix
Strand::schedulerForwithT != void - Fix compilation issues on VS2013
- Make asynchronous logging really lockfree (could cause a deadlock before)
- Remove spurious errors “No such signal” and “No such property”