Simple Sand Samples |
説明のないとってもシンプルなサンプルプログラム集
COBOL | awk | C言語 | D言語 | GO言語 | Lua | Vim |
bash | Perl | Gauche | Clojure | CLISP | EmacsLisp | VimScript |
tcsh | Ruby | Groovy | Java | C# | VBScript | JavaScript |
Io言語 | Python | Erlang | Scala | VB.NET | Excel/VBA | PHP |
Tcl | Haskell | OCaml | PowerShell | Windows | Unix/Linux |
VB.NET(mono) > スレッドを使う
th.vb
|
|
$ vbnc th.vb
$ mono th.exe
thread id3(1)
thread id4(1)
thread id3(2)
thread id4(2)
thread id3(3)
thread id4(3)
thread id4(4)
thread id3(4)
thread id4(5)
thread id3(5)
$
$ mono th.exe
thread id3(1)
thread id4(1)
thread id3(2)
thread id4(2)
thread id3(3)
thread id4(3)
thread id4(4)
thread id3(4)
thread id4(5)
thread id3(5)
$
* 確認環境 Debian Linux(jessie)