Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threads
#9
To reproduce the warnings.
Macro Macro2212
Code:
Copy      Help
out
;Because of wait, there is 1 thread of "func1" at a time.
;But you'll see the warning anyway, because QM will close thread handless after some time.
rep 205
,wait 0 H mac("func0") ;;waits until thread created and ends
2
;No warning, all handles already closed.
mac("func0")


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)