Skip to content
Snippets Groups Projects

Resolves #62 by using single thread pool

Merged Nicolas Pope requested to merge issues/62/pool into master
6 files
+ 23
16
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -116,6 +116,8 @@ static void run(ftl::Configurable *root) {
stream->stop();
net->shutdown();
ftl::pool.stop();
delete stream;
delete display;
//delete source; // TODO(Nick) Add ftl::destroy
Loading