bloom-lang / bud

Prototype Bud runtime (Bloom Under Development)
http://bloom-lang.net
Other
854 stars 60 forks source link

Syntax sugar for event queueing #193

Open neilconway opened 13 years ago

neilconway commented 13 years ago

Given that the language semantics will allow message batching, we should make it easier for programmers to specify constraints on the order in which events will be consumed by their programs. That might mean some way to specify a queueing policy, or syntax sugar for declaring that certain channels must be consumed independently of any other channels, or something else.