salmanahmad / silo

The Silo Programming Language
0 stars 0 forks source link

Figure out Future "garbage collection" #119

Open salmanahmad opened 10 years ago

salmanahmad commented 10 years ago

If you never wait on a future, then the message that will arrive will stay in the mailbox forever. Perhaps you can call an "ignore" method on the future trait.

salmanahmad commented 10 years ago

Perhaps I just don't care? If you have a "drain" functionality in your top-level loops.