1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[manpage_begin main_thread tclircc 0.0.1]
[titledesc {Thread main}]
[description]
[para]
This is the application entrypoint. It does the following.
[list_begin itemized]
[item]
brings up the routing system
[item]
brings up the database
[item]
loads the other core threads
[item]
opens a window
[list_end]
[manpage_end]