Chapter 7

  1. The call stack is a part of memory that is allocated by a thread or a coroutine and contains a stack of functions that were invoked in the context of the thread and local variables.
  2. Thread pool is a pattern that uses a set of threads that are waiting for a job from a queue.
  3. Callback is a pattern used for delivering the result of an asynchronous operation.
  4. Coroutines are lightweight threads, because the creation of a coroutine doesn't require as many resources as the creation of a thread.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.140.195.225