Commit 86533fd2 authored by Kenton Varda's avatar Kenton Varda

Remove TODO(soon) about a bug that was fixed 7 months ago in b9bc891d.

parent 25d078ec
......@@ -50,9 +50,6 @@ public:
void detach();
// Don't join the thread in ~Thread().
//
// TODO(soon): Currently broken: the thread uses the Thread objects during its execution; instead
// the Thread object and the thread itself will need to share a refcounted object.
private:
struct ThreadState {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment