0 votes
in Python Flask by

In asyncio apps, when is context switching done?

  1. Randomly
  2. As decided by OS
  3. Indeterminate
  4. At points defined by code

1 Answer

0 votes
by

In asyncio apps, when is context switching done?

  1. Randomly
  2. As decided by OS
  3. Indeterminate
  4. At points defined by code
Correct answer is:- 4). At points defined by code
...