mishudark / eventhus

Go - CQRS / Event Sourcing made easy - Go
MIT License
465 stars 92 forks source link

Add support for context #2

Open mishudark opened 7 years ago

mishudark commented 7 years ago

The use of context is a must to have with Go v1.7.4+ and it should help to cancel long running process according the developer needs

fabiante commented 5 years ago

Where would you like to usage the context api?

Currently the places I can think of:

There surely are some more.

I could add context support for the above methods as a starter if you'd like.

mishudark commented 5 years ago

Hello, yes those areas are interesting to add context support