|
|
|
|
|
by CaptainOfCoit
254 days ago
|
|
Are you using multiple threads or just a single one? Not sure why your application would "jerk" because something takes long time? If it's in a separate thread, it being async or not shouldn't matter, or if it's doing CPU intensive work or just sleeping. |
|