Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/24/15 12:20:43 (9 years ago)
Author:
jkarder
Message:

#2258: improved cancellation support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Async/HeuristicLab.Core/3.3/Executable.cs

    r13349 r13354  
    8888    }
    8989    public async Task StartAsync() {
    90       await StartAsync(new CancellationToken());
     90      await StartAsync(CancellationToken.None);
    9191    }
    9292    public virtual async Task StartAsync(CancellationToken cancellationToken) {
Note: See TracChangeset for help on using the changeset viewer.