Replies: 1 comment
-
|
It's hard to say anything with this little information. What's the error? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I need to use a
Bump, an arena allocator, to execute a map-based logic to boost the execution speed in the API service. However, theBumpdoesn't implement theSynctrait. It reports an error every time, EVEN IF I TRIED TO RUN THEM IN ONE THREAD (viatokio::task::LocalSet) — the formation of the allocator and the drop are all in therun_until. What's going on?axum version
0.8.6
Beta Was this translation helpful? Give feedback.
All reactions