# | Line 24 | Line 24 | Collector::Collector(const ext::String& | |
---|---|---|
24 | { | |
25 | if (password.IsEmpty()) prompt(); | |
26 | ||
27 | < | // collector.Spawn(etl::Bind<0>(&Collector::collect, this)); |
27 | > | collector = new api::Thread(etl::Bind<0>(&Collector::collect, this)); |
28 | } | |
29 | } | |
30 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |