Message413226
From my point of view, both sync and async functions can be cached.
Sync and async iterators/generators are other beasts: they don't return a value but generate a series of items. The series can be long and memory-consuming, I doubt if it should be cached safely. |
|
| Date |
User |
Action |
Args |
| 2022-02-14 14:46:21 | asvetlov | set | recipients:
+ asvetlov, rhettinger, serhiy.storchaka, yselivanov, uranusjr |
| 2022-02-14 14:46:21 | asvetlov | set | messageid: <[email protected]> |
| 2022-02-14 14:46:21 | asvetlov | link | issue46622 messages |
| 2022-02-14 14:46:21 | asvetlov | create | |
|