3.4 What's next

n this chapter, we explored Deno's threading model. We discussed the default threading approach and how Deno provides ways to perform tasks asynchronously through its APIs or tasks.

This concludes the theoretical part of the book. Next, we will move on to practical examples, showing how Deno works in practice.

The next chapter will discuss the relationship between V8 and Deno. While V8 handles JavaScript code execution, it may not cover all the functions Deno needs. Therefore, we need to understand how to interact between these two components.

Then, we will explore how Deno loads and executes TypeScript/JavaScript code in detail. This will be an in-depth journey across chapters 4, 5, and 6. Get ready to learn about Deno's inner workings.

Last updated