|
-
Apr 23rd, 2017, 11:58 AM
#11
Re: VB Multithread Library (Generic Multithreader)
I also have the idea of bringing up a 'ThreadCancelBoolean' class which has a Value Boolean property (default property) that is passed along 'AsyncProcedure'.
Kind of "AsyncProcedure(SyncCallback As IThreadSyncCallback, Cancel As ThreadCancelBoolean)
In the Thread class there would be a Cancel method to make a 'soft terminate'.
So in the AsyncProcedure there could be an "If Cancel = True" be included by the coder to bring the AsyncProcedure faster to it's end. 
Concerning the description. I do find Async.. and Sync.. already as self-explained? Or?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|