jsc.property("foo", jsc.constant("bar"), function () {
    return Bluebird.resolve(false).delay(10);
  });