Skip to content

Handling the same update concurrently and/or independently #1033

Answered by WaffleLapkin
LimeEng asked this question in Q&A
Discussion options

You must be logged in to vote

I think you do need inspect (potentially with a tokio::spawn or a queue, so that saving does not throttle the main update handliong) (or a map). The thing about endpoint is that it always stops execution, so nothing can be executed after it.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@LimeEng
Comment options

@WaffleLapkin
Comment options

@LimeEng
Comment options

Answer selected by LimeEng
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants