Exemple #1
0
 public Promise()
 {
     sharedState_ = new SharedState();
 }
Exemple #2
0
 internal Future(SharedState state)
 {
     sharedState_ = state;
 }