以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 多线程代码 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=189802) |
-- 作者:lur320 -- 发布时间:2023/12/27 9:43:00 -- 多线程代码 很早之前编写过下面这样的多线程代码,现在忘记怎么用了,解释下? Dim th1 As Threading.Thread
Dim th2 As Thread1ng.Thread th1 = New Thread1ng.Thread(AddressOf setA) th2 = New Thread1ng.Thread(AddressOf setB) xxxxx th1.Start() xxxxx th2.start() |
-- 作者:有点蓝 -- 发布时间:2023/12/27 9:48:00 -- https://www.baidu.com/s?wd=vb.net%20Threading.Thread |