comparison Implab/Components/ExecutionState.cs @ 209:a867536c68fc v2

Bound promise to CancellationToken Added new states to ExecutionSate enum. Added Safe.Guard() method to handle cleanup of the result of the promise
author cin
date Wed, 16 Nov 2016 03:06:08 +0300
parents d6a8cba73acc
children 9f63dade3a40
comparison
equal deleted inserted replaced
208:7d07503621fe 209:a867536c68fc
11 11
12 Starting, 12 Starting,
13 13
14 Running, 14 Running,
15 15
16 Suspending,
17
18 Suspended,
19
20 Resuming,
21
16 Stopping, 22 Stopping,
17 23
18 Failed, 24 Failed,
19 25
20 Disposed, 26 Disposed,