No announcements
Found 2259672 threads
-
0 Votes
How to ensure that the main thread is not blocked?
It only has the thread::native_handle Method which could get the implementation-specific type that represents the thread handle.Answered | 3 Replies | 636 Views | Created by seccpur - Wednesday, August 24, 2016 5:41 PM | Last reply by Baron Bi - Friday, August 26, 2016 6:26 AM -
0 Votes
Run a background proccess without blocking the main thread
User-1780421697 posted You need to use fluent scheduler ,easy and simple to use,without worring of managing threads etc.Answered | 3 Replies | 80 Views | Created by Anonymous - Friday, May 6, 2016 8:42 AM | Last reply by Anonymous - Wednesday, May 11, 2016 8:28 AM -
0 Votes
Run a background proccess without blocking the main thread
It will be executed and loaded in background.Unanswered | 4 Replies | 693 Views | Created by LucíaLP - Thursday, May 5, 2016 3:03 PM | Last reply by LucíaLP - Friday, May 6, 2016 8:38 AM -
4 Votes
How to get the main UI thread?
I need the main UI thread, I do not want to create a new one.Answered | 11 Replies | 28943 Views | Created by SnowJim - Thursday, September 22, 2011 7:11 AM | Last reply by SnowJim - Wednesday, November 30, 2011 1:53 PM -
0 Votes
WIC object created in Background tasks and accessed in main UI thread
It is used to give you a choice to marshal the data to UI thread after the background task completes, it doesn't make sence UI thread without any notification to ...Answered | 7 Replies | 1543 Views | Created by naiveCoder - Wednesday, November 27, 2013 7:03 PM | Last reply by Xiaoliang Chen - MSFT - Tuesday, December 3, 2013 2:36 AM -
3 Votes
Long-Running Task being scehduled on Main Thread
I have a scenario where a task marked as LongRunning is being scheduled on the Main Thread (UI thread).Answered | 2 Replies | 8098 Views | Created by Daniel Hoormann - Monday, March 7, 2011 4:14 PM | Last reply by Daniel Hoormann - Thursday, March 10, 2011 8:02 PM -
0 Votes
Hot to grant access to main thread from a static method in a background thread
I create a thread in the main thread.Answered | 13 Replies | 5753 Views | Created by EngineerSpock - Thursday, August 18, 2011 12:23 PM | Last reply by Fahad349 - Tuesday, August 23, 2011 1:31 PM -
0 Votes
Are Task threads considered "background" threads?
If your "Main" method exits, the CLR waits for all non-background threads to exit before allowing the process to exit.Answered | 3 Replies | 7744 Views | Created by Mystereman - Sunday, June 6, 2010 11:11 PM | Last reply by Reed Copsey, Jr - Monday, June 7, 2010 7:19 PM -
0 Votes
Splash screen thread returning values to the main thread?
As for your second post, "you can call MessageBox.Show() from your main thread without having any cross threading ...Answered | 5 Replies | 2776 Views | Created by Abhijeet K - Tuesday, June 9, 2009 1:25 PM | Last reply by Abhijeet K - Thursday, June 11, 2009 6:39 AM -
1 Votes
how to block threads
The background process trundles along.Answered | 10 Replies | 904 Views | Created by chmouel kalifa - Wednesday, September 9, 2015 8:44 PM | Last reply by Harjohn - Tuesday, September 15, 2015 7:40 AM -
0 Votes
Running thread while app is in background
Your thread will not continue to run once the app is suspended.Answered | 2 Replies | 738 Views | Created by ashekul - Sunday, October 6, 2013 10:40 AM | Last reply by ashekul - Monday, October 7, 2013 3:39 AM -
0 Votes
Is There a way to use a parralel process in background without blocking the pplication?
This is the main method of a console application.... the task is started and the application continues; they are running in parallel, but there is nothing else ...Answered | 7 Replies | 2651 Views | Created by marck68 - Monday, October 25, 2010 12:17 PM | Last reply by Derek Smyth - Tuesday, October 26, 2010 10:56 AM -
0 Votes
Main thread exists
Without seeing this code…… I suggest u using a Thread+event to finish your task.Answered | 2 Replies | 990 Views | Created by Mrityunjay Learning - Friday, February 22, 2013 6:41 AM | Last reply by ThankfulHeart - Friday, February 22, 2013 7:15 AM -
0 Votes
What does InvokeRequired return if UI thread is blocked?
Child thread then blocks.Answered | 12 Replies | 5120 Views | Created by catsaremyfriends - Monday, September 15, 2008 4:22 PM | Last reply by xalnix - Thursday, September 18, 2008 9:04 PM -
4 Votes
ManualResetEvent WaitAny blocking UI Thread
Your earlier example is basically the concept, except for running the Main thread into a dead-end (block/lock).Answered | 15 Replies | 5579 Views | Created by steve1_rm - Tuesday, May 12, 2009 3:14 AM | Last reply by Stephen Cleary - Wednesday, May 13, 2009 2:33 PM -
2 Votes
Worker thread updating main thread
It probably means you are constantly running the code in the thread so it appears like the main thread freezes.Answered | 13 Replies | 779 Views | Created by Edgars Telicins - Thursday, May 29, 2014 7:33 AM | Last reply by Edgars Telicins - Monday, June 2, 2014 8:48 AM -
0 Votes
Why ManualResetEvent is Blocked the UI Thread?
It runs well on my machine.Answered | 5 Replies | 4869 Views | Created by vinothmdu2001 - Tuesday, August 23, 2011 1:44 PM | Last reply by Lie You - Thursday, August 25, 2011 7:15 AM -
0 Votes
Keep child thread alive after main thread terminates
Hello, No there is no way to have threads without a process, it's like having leaves without a tree.Answered | 2 Replies | 3645 Views | Created by Abhilash Shah - Friday, January 20, 2012 11:00 AM | Last reply by Eyal Solnik - Friday, January 20, 2012 11:19 AM -
0 Votes
MFPutWorkItem requires main thread?
YUV colour space conversion occurs on the GPU (hardware?)Answered | 5 Replies | 1215 Views | Created by DavidB5 - Thursday, October 15, 2015 12:22 PM | Last reply by Francis Grave - Sunday, October 18, 2015 12:26 PM -
2 Votes
Determin if current thread is the main thread
If this returns true you are not in the main gui thread for that form or control.Answered | 2 Replies | 3643 Views | Created by Anders - Sweden - Friday, June 27, 2008 8:38 AM | Last reply by Jonathan Sawyer - Friday, June 27, 2008 11:56 AM - Items 1 to 20 of 2259672 Next ›
No announcements