tideland / gocells

Event Based Applications [DEPRECATED]
BSD 3-Clause "New" or "Revised" License
67 stars 6 forks source link

Evaluate Context.Done() in event processing #19

Closed themue closed 7 years ago

themue commented 7 years ago

Right now the context is only used to allow the transport of context values. Timeout or cancellation with Done() aren't evaluated yet.

themue commented 7 years ago

Maybe Context has to be removed from Event again due to planned distribution of gocells.