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

Add option for calling event handlers sync or async #416

Merged
merged 2 commits into from
Jul 30, 2017

Conversation

jogramming
Copy link
Contributor

No description provided.

structs.go Outdated
@@ -50,6 +50,10 @@ type Session struct {
// active guilds and the members of the guilds.
StateEnabled bool

// Wether to call event handlers synchronously or not
Copy link
Collaborator

Choose a reason for hiding this comment

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

nit: Whether or not to call event handlers synchronously.

@jogramming
Copy link
Contributor Author

and done

@iopred iopred merged commit b4faca0 into bwmarrin:develop Jul 30, 2017
@bwmarrin bwmarrin added this to the v0.17.0 milestone Sep 3, 2017
ErikMcClure pushed a commit to ErikMcClure/discordgo that referenced this pull request Aug 4, 2020
* Add option for calling event handlers sync or async

* Small doc update
@ashishjh-bst ashishjh-bst deleted the feature-optional-sync-events branch March 21, 2022 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants