Skip to content

Commit 1397dca

Browse files
committed
core: Move TLS to task::local_data
1 parent 1643794 commit 1397dca

File tree

6 files changed

+372
-351
lines changed

6 files changed

+372
-351
lines changed

src/libcore/core.rc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,9 @@ mod send_map;
219219

220220
// Concurrency
221221
mod comm;
222-
mod task;
222+
mod task {
223+
mod local_data;
224+
}
223225
mod future;
224226
mod pipes;
225227

0 commit comments

Comments
 (0)