rabbibotton / clog

CLOG - The Common Lisp Omnificent GUI
Other
1.51k stars 104 forks source link

Now all threads have their names. #44

Closed svetlyak40wt closed 3 years ago

svetlyak40wt commented 3 years ago

It is better to pass :name parameter to every bt:make-thread call because otherwise, all threads in the system will be like this:

#<SB-THREAD:THREAD "Anonymous thread" RUNNING {1006295ED3}>

Anonymous threads make debugging harder :(

P.S. I also wanted to add a tutorial/app name to thread names but didn't find a proper way to store this name.

rabbibotton commented 3 years ago

Fantastic! Thank you!