call = new Promise((resolve, reject) => {
        Promise.resolve(callable).then(resolve).catch(reject);
      });