Non-Joinable Threads
- From: "Jeremy Harmon" <intrathink gmail com>
- To: gtkmm-list gnome org
- Subject: Non-Joinable Threads
- Date: Tue, 25 Jul 2006 23:56:25 -0400
I'm trying to use threads for a multi-download system. When I create the
threads as joinable they work great, but my GUI freezes as it's waiting
for it to finish. So when I try to create it as a non-joinable thread
the thread never starts. I've been looking for information about threads
for a few days but haven't found much.
I'm using the following code to create the thread:
Glib::Thread *const Download =
Glib::Thread::create(sigc::mem_fun(Transfer, &CDownload::download), false);
Thanks,
Jeremy Harmon
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]