All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Omnia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 23:19, 12 November 2022 Kenneth talk contribs created page Python/Threading (Created page with "== Python 3 == <pre> import _thread def mythread(param1, param2): pass _thread.start_new_thread( mythread, ("Param1", "Param2", ) ) _thread.start_new_thread( mythread, ("...")