This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: do we need separate thread for FirstThread


> 
> The reason why we have a separate main thread currently is because it is
> simply easier and cleaner to do this way. We have to take into account
> Java daemon threads, which have to keep running even if main() exits.

I guess you're talking of non-deamon threads, right?

Cedric

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]