G
Guest
Hi,
I've found that sometime a statement after Thread.Start() is not executed.
My code are as follows:-
Sub Start()
' initialize threading value
...
_thrd.Start()
' new instance
_obj = new MyClass
End Sub
From code above, I've found that sometimes a statement "_obj = new MyClass"
is not executed. It's value is Nothing, when I've used it in a threading
module.
What I'm wrong to do this?
Thanks,
Thana N.
I've found that sometime a statement after Thread.Start() is not executed.
My code are as follows:-
Sub Start()
' initialize threading value
...
_thrd.Start()
' new instance
_obj = new MyClass
End Sub
From code above, I've found that sometimes a statement "_obj = new MyClass"
is not executed. It's value is Nothing, when I've used it in a threading
module.
What I'm wrong to do this?
Thanks,
Thana N.