<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: yeittrue</title><link>https://news.ycombinator.com/user?id=yeittrue</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 08 Apr 2026 01:36:22 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=yeittrue" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by yeittrue in "You can't cancel a JavaScript promise (except sometimes you can)"]]></title><description><![CDATA[
<p>Generators peaked in redux- saga and thunk days before we had widespread support for async/await.<p>You're right, mostly pointless syntax (along with Promise) now that we can await an async function anyway, especially now with for .. of to work with Array methods like .map<p>But there are still some use cases for it, like with Promise. Like for example, making custom iterators/procedures or a custom delay function (sync) where you want to block execution.</p>
]]></description><pubDate>Tue, 07 Apr 2026 14:25:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=47675905</link><dc:creator>yeittrue</dc:creator><comments>https://news.ycombinator.com/item?id=47675905</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47675905</guid></item></channel></rss>