Closed romainreuillon closed 12 years ago
Those methods should be synchronized to avoid TaskThread being initialized multiple times in case of concurent access. It would lead to a thread leak.
Good catch! Thanks for your contribution.
Those methods should be synchronized to avoid TaskThread being initialized multiple times in case of concurent access. It would lead to a thread leak.