Skip to content

Commit 9378150

Browse files
committed
Reduce RFC to only trackedPromise, clarify that resources are not relevant for this RFC
1 parent 409b50d commit 9378150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/1060-tracked-promise.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ Doing so would allow more separation of loading / error UI, such as portaling lo
330330

331331
NOTE: using `@cached` with promises does not enable cancellation, as there is no _lifetime_ to attach to at the getter/property level of granularity.[^resources]
332332

333-
[^resources]: This is where _resources_ can help (topic for later and not relevant to this RFC) -- otherwise you need to use a full component just for destruction (or `invokeHelper` on a class-based helper, which is very un-ergonomic).
333+
[^resources]: This is where _resources_ can help (topic for later and not relevant to this RFC) -- otherwise you need to use a full component just for destruction (or `invokeHelper` on a class-based helper, which is very un-ergonomic). Note that resources can't model this behavior at all, because this utility has no owner, no lifetime, and using a resource would incur higher memary pressure and more CPU usage to use.
334334

335335
### multi-step wizard example
336336

0 commit comments

Comments
 (0)