about summary refs log tree commit diff
path: root/src/rt/util/hash_map.h
AgeCommit message (Collapse)AuthorLines
2011-08-08Introduced task handles.unknown-0/+1
This is the new way to refer to tasks in rust-land. Currently all they do is serve as a key to look up the old rust_task structure. Ideally they won't be ref counted, but baby steps.
2010-07-28Add C++ wrapper around uthash.Michael Bebenita-0/+193