Improve Performance of FireAndForget #611
Closed
ssnyder-intrinio
started this conversation in
Ideas
Replies: 0 comments
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.
-
Since sync versions of methods are no longer available, using FireAndForget requires that you use Async versions, which involve the overhead of Tasks, and in my use case, the overhead of tasks severely brings down performance.
Since the method returns immediately under FireAndForget scenarios anyway, might we get synchronous methods back, wherein their ONLY mode is FireAndForget, so that we can reap the performance of FireAndForget without the overhead of Tasks?
Beta Was this translation helpful? Give feedback.
All reactions