Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow task cancellation #5

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

salfab
Copy link
Contributor

@salfab salfab commented Apr 9, 2018

Fixes issue #3

@@ -13,7 +15,7 @@ public interface IEventPublisher
/// <typeparam name="TEvent">The type of the event.</typeparam>
/// <param name="ev">The event.</param>
/// <returns>A promise of completion</returns>
Copy link
Member

@ylerjen ylerjen Apr 11, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, also update the xml doc

@@ -24,6 +26,6 @@ public interface IEventPublisher
/// <returns>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, also update the xml doc

@ylerjen
Copy link
Member

ylerjen commented Apr 11, 2018

Update the package version number ?

@ylerjen ylerjen added the enhancement New feature or request label Apr 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants