UpdateHandle - Investigate supporting async/await
#133
Labels
effort-intense
Sleep on it - 16 to 40 hours
priority-medium
Standard task, plan as you see fit.
status-backlog
Tasks captured but not yet planned.
type-feature
New feature or request
Investigate whether supporting the ability to
await
on update events and intervals/timeouts is performant and feasible.Desired API
Questions
TaskCompletionSource
vsSemaphoreSlim
Which is lighter weight and the better way to go?
TaskCompletionSource
SemaphoreSlim
The text was updated successfully, but these errors were encountered: