]> Sergey Matveev's repositories - public-inbox.git/commitdiff
view: avoid anon sub in stream_thread
authorEric Wong <e@80x24.org>
Wed, 25 Dec 2019 07:50:53 +0000 (07:50 +0000)
committerEric Wong <e@80x24.org>
Fri, 27 Dec 2019 20:00:37 +0000 (20:00 +0000)
WwwStream already passes the WWW $ctx to the callback sub, so we
don't need to create a new sub every call to capture local variables
for the callback.


No differences found