Replies: 1 comment
-
|
That looks good! I'll have to try.
just use… bordeaux-threads? It has the same function names than |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I am using/hacking lem I often spawn a lot of threads/processes that end up getting lost and just run in the backgound, eating up resources or creating undesirable effects. I created this command that I put in my config that pulls up a list of all the threads and allows you to terminate them by clicking on them, I find it very handy and use it often:
note, there seems to be a bug where the buttons always delete the last thread in the list, it seems like the lambdas aren't retaining the thread they were created with.
also note, this is not suitable to be merged into lem, as it is relient on sbcl specifically.
Beta Was this translation helpful? Give feedback.
All reactions