develwoutacause’s avatardevelwoutacause’s Twitter Archive—№ 195

  1. …in reply to @justinfagnani
    @justinfagnani @domenic @DasSurma @littledan That's cool. Isn't CachedTask just a Promise with a synchronous access API? I guess it will get re-computed when the deps change, but it seems like it just adds other features on top of that. If Promise did support sync access would you need CachedTask for this use case?