Exemplo n.º 1
0
 public Promise()
 {
     sharedState_ = new SharedState();
 }
Exemplo n.º 2
0
 internal Future(SharedState state)
 {
     sharedState_ = state;
 }