We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50c1f9f commit e84d3c0Copy full SHA for e84d3c0
scheduling/cpuschedulingalgos.py
@@ -2,6 +2,7 @@
2
import threading
3
import time
4
import tkinter as tk
5
+from typing import Any
6
from collections.abc import Generator
7
from tkinter import messagebox, ttk
8
0 commit comments