multi-threaded tag

7 questions


2 answers
289 views
0
Is there a way to determine the total number of threads generated by threading.Thread() (including terminated threads)?

OS:Windows 10Despite running threading.Thread() only once, the name attribute of this Thread instance shows that it was Thread-3. I've imported many modules, so I guess I'm making a thread somewhere.t...


2 answers
308 views
0
Is there a way to determine the total number of threads generated by threading.Thread() (including terminated threads)?

OS:Windows 10Despite running threading.Thread() only once, the name attribute of this Thread instance shows that it was Thread-3. I've imported many modules, so I guess I'm making a thread somewhere.t...


2 answers
81 views
0
Regarding the event that some tasks cannot be processed in the task processing,

Thank you for your help.I would like to run a total of 10 tasks in the C# task.When I debug, I run four or five tasks, but the rest of them don't run and I'm in a waiting state.As a content, we are tr...

1 years ago

1 answers
57 views
0
Understanding OpenCV Clone

An Access Violation error occurs when creating programs using OpenCV and analog cameras.I'm multi-threaded and I'm converting the image I got from the camera on the first thread to cv::Mat. I'm trying...

1 years ago

2 answers
103 views
0
When you want to run more than one of the same methods with task processing

Thank you for your help.If you want to run multiple tasks for a class of methods, use the new instance of the class and Should I run multiple tasks?Or should I use the new class and method for each ta...

1 years ago

2 answers
132 views
0
Understanding How Async/await Write Infinite Loops for Async Processing

I am creating the Windows form application that I currently have on Visual C#.If you check the check box, I would like you to keep doing other work behind the scenes.At that time, I decided to make th...


3 answers
95 views
0
UI freezes when multiple asynchronous operations (async/await)

Hello, I am currently creating a program using asynchronous processing on C#.As a background, I wanted to create something that continuously writes certain values into the memory space of an external ...

1 years ago

© 2024 OneMinuteCode. All rights reserved.