宋天琢
Results
1
issues of
宋天琢
nim --threads:on c xx.nim ```import webview, system, os var w=newWebView("test", getAppDir() & "/test.html") thr : array[0..0, Thread[tuple[a, b:int]]] proc threadFunc(args:tuple[a, b:int]) {.thread.}= discard eval(w, "alert('hello')") #Crash Crash Crash discard eval(w,...