mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 22:11:12 +08:00
renamed plotThread -> plotUpdateThread
This commit is contained in:
parent
635f0fc7ee
commit
5d7701fb94
@ -41,7 +41,7 @@ if($options{stream})
|
||||
|
||||
$dataQueue = Thread::Queue->new();
|
||||
my $addThr = threads->create(\&mainThread);
|
||||
my $plotThr = threads->create(\&plotThread);
|
||||
my $plotThr = threads->create(\&plotUpdateThread);
|
||||
|
||||
while(<>)
|
||||
{
|
||||
@ -183,7 +183,7 @@ sub getGnuplotVersion
|
||||
return $gnuplotVersion;
|
||||
}
|
||||
|
||||
sub plotThread
|
||||
sub plotUpdateThread
|
||||
{
|
||||
while(! $streamingFinished)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user