mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 05:07:51 -06:00
A little simplification of the Perl side threading:
Only single level Perl worker threads are allowed.
This commit is contained in:
parent
e0a24f94c0
commit
66f1ae003f
3 changed files with 15 additions and 49 deletions
|
@ -350,7 +350,6 @@ sub check_version {
|
|||
my $response = $ua->get('http://slic3r.org/updatecheck');
|
||||
Wx::PostEvent($self, Wx::PlThreadEvent->new(-1, $VERSION_CHECK_EVENT,
|
||||
threads::shared::shared_clone([ $response->is_success, $response->decoded_content, $manual_check ])));
|
||||
|
||||
Slic3r::thread_cleanup();
|
||||
})->detach;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue