Skip to content

Commit

Permalink
task queue & microtask queue
Browse files Browse the repository at this point in the history
  • Loading branch information
bulhwi committed Dec 30, 2023
1 parent 23c206c commit 601a53f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion data/blog/doc/task-queue-and-micro-queue.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ canonicalUrl: https://tailwind-nextjs-starter-blog.vercel.app/blog/new-features-
<button id="button">모두 동시 실행</button>
</body>
<script>
const button = document.getElementById('run');
const sync = document.getElementById('sync');
const task = document.getElementById('task');
const microtask = document.getElementById('microtask');
Expand Down

0 comments on commit 601a53f

Please sign in to comment.