Changeset 13354 for branches/Async/HeuristicLab.Algorithms.Benchmarks
- Timestamp:
- 11/24/15 12:20:43 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Async/HeuristicLab.Algorithms.Benchmarks/3.3/BenchmarkAlgorithm.cs
r13349 r13354 305 305 } 306 306 public async Task StartAsync() { 307 await StartAsync( new CancellationToken());307 await StartAsync(CancellationToken.None); 308 308 } 309 309 public async Task StartAsync(CancellationToken cancellationToken) {
Note: See TracChangeset
for help on using the changeset viewer.