Monday, November 28, 2022

Threading

 Python runs as a single thread, and the time module

gives access to time information about the length of 

different processes. but once engaged ina time consuming task,

threading allows us to push off the time consuming task

to a separate task, and keep an app goinmg.Below:


                                                           




                                                                                




                                                                          

                                                                      *     *     *

                                                                                

With importing threading:

                                                                             





No comments: