106 If mainThread is non-zero, then we are attaching to the already |
106 If mainThread is non-zero, then we are attaching to the already |
107 started mainthread of the app and the rest of the args are ignored. |
107 started mainthread of the app and the rest of the args are ignored. |
108 </p><dl> |
108 </p><dl> |
109 <dt><i>target</i></dt> |
109 <dt><i>target</i></dt> |
110 <dd> |
110 <dd> |
111 the start function of the target thread (i.e. the user code) |
111 the start function of the target thread (i.e. the |
|
112 user code) |
112 </dd><dt><i>args</i></dt> |
113 </dd><dt><i>args</i></dt> |
113 <dd> |
114 <dd> |
114 arguments to pass to target |
115 arguments to pass to target |
115 </dd><dt><i>kwargs</i></dt> |
116 </dd><dt><i>kwargs</i></dt> |
116 <dd> |
117 <dd> |