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

Related questions

0 votes
asked Jun 3, 2023 in Python Flask by AdilsonLima
0 votes
asked Feb 12, 2020 in JAVA by rahuljain1
...