Is this library thread-safe? #2133
Replies: 2 comments 3 replies
-
I basically have the same question. The issue is, when the task completes, I'm worried about accessing the DiscordSocketClient object. Is there an event queue that we can post our work to? The message pump proposed here (#1913) would be sufficient for my needs. But I'm wondering if I can still perform simple tasks like sending a message and updating guild user nickname without worrying about synchronization. |
Beta Was this translation helpful? Give feedback.
-
I'm looking for an answer to this as well. Is DiscordSocketClient thread safe? |
Beta Was this translation helpful? Give feedback.
-
I can not find any information on this. I want to run Cronjobs on my Discord server. Is this libary thread-safe?
Beta Was this translation helpful? Give feedback.
All reactions