Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 40ce64b6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Doc Thread requirement." am: c545516e

parents cd535870 c545516e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -42,7 +42,9 @@ class Thread : virtual public RefBase
{
public:
    // Create a Thread object, but doesn't create or start the associated
    // thread. See the run() method.
    // thread. See the run() method. This object must be used with RefBase/sp,
    // like any other RefBase object, because they are conventionally promoted
    // from bare pointers (Thread::run is particularly problematic here).
    explicit            Thread(bool canCallJava = true);
    virtual             ~Thread();