Pending constructor

Pending()

Implementation

Pending() {
  id = Uuid().v1();
  deferred = Completer();
}