aboutsummaryrefslogtreecommitdiff
path: root/src/rt/rust_message.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed deadlock caused by the message pump not being notified of new message s...Michael Bebenita2010-09-161-0/+5
* Lots of design changes around proxies and message passing. Made it so that do...Michael Bebenita2010-09-071-19/+54
* Implemented an lock free queue based on this paper http://www.cs.rochester.ed...Michael Bebenita2010-08-241-1/+1
* Lots of changes around memory managment in the Runtime. Added memory regions ...Michael Bebenita2010-08-171-4/+3
* Move ports out into their own file, add data_message and make communication s...Michael Bebenita2010-07-281-0/+24
* Move notification-messages out into their own file and unify into notify_mess...Michael Bebenita2010-07-281-0/+72