Changeset 13354 for branches/Async/HeuristicLab.Optimization/3.3/Algorithms
- Timestamp:
- 11/24/15 12:20:43 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Async/HeuristicLab.Optimization/3.3/Algorithms/Algorithm.cs
r13349 r13354 208 208 } 209 209 public async Task StartAsync() { 210 await StartAsync( new CancellationToken());210 await StartAsync(CancellationToken.None); 211 211 } 212 212 public virtual async Task StartAsync(CancellationToken cancellationToken) {
Note: See TracChangeset
for help on using the changeset viewer.