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 support for async serializer so it can be used with worker threads #390

Merged
merged 1 commit into from
May 11, 2023

Conversation

ozcanovunc
Copy link
Contributor

@ozcanovunc ozcanovunc commented Apr 18, 2023

Hi @tj

In our use case, we use huge sessions. That's why we needed to use worker threads for parsing.
In order to achieve that, we needed async parse function to be sent into worker thread.

This change won't break for non-async parse functions.

Kindly review
Cheers

@wavded
Copy link
Collaborator

wavded commented May 9, 2023

Sorry for the delay on this. This looks good. Could you update the documentation as well?

@ozcanovunc
Copy link
Contributor Author

Hey no worries, done :)

@wavded wavded merged commit 54d17d3 into tj:master May 11, 2023
@wavded
Copy link
Collaborator

wavded commented May 11, 2023

Thx!

@wavded
Copy link
Collaborator

wavded commented May 11, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants