We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be6f800 commit 6ac0e8cCopy full SHA for 6ac0e8c
posts/promise-queues.mdx
@@ -1,7 +1,7 @@
1
---
2
title: Promise queues
3
tags: [TypeScript, JavaScript]
4
-description: A look at promise queues.
+description: Writing a simple promise queue (and a quick look at the basics).
5
slug: promise-queues
6
date: 2026-01-05
7
public/feed.xml
@@ -4,7 +4,7 @@
<description><![CDATA[My blog, projects, etc.]]></description>
<link>https://rivea0.github.io</link>
<generator>RSS for Node</generator>
- <lastBuildDate>Mon, 05 Jan 2026 11:02:23 GMT</lastBuildDate>
+ <lastBuildDate>Mon, 05 Jan 2026 11:41:12 GMT</lastBuildDate>
8
<atom:link href="https://rivea0.github.io/feed.xml" rel="self" type="application/rss+xml"/>
9
<language><![CDATA[en]]></language>
10
<item>
0 commit comments