Run frontend at main thread
This commit is contained in:
parent
bea89310ea
commit
d594c53e50
5
main.pl
5
main.pl
@ -17,10 +17,7 @@
|
||||
use lib ".";
|
||||
use frontend;
|
||||
|
||||
use threads;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
my $frontendThread = threads->create("frontend::httpServerWorker");
|
||||
$frontendThread->join();
|
||||
frontend::httpServerWorker();
|
||||
|
Loading…
x
Reference in New Issue
Block a user