fix: remove withValue
semaphore and replace with refcount tracking
#943
Labels
Client
See https://miro.com/app/board/uXjVNZ03E-c=/ for details
Remove the semaphore in
withValue
.withValue
needs manual refcount tracking with async due to raw pointers.Note that the semaphore was created as a fix to #162.
See #914 and #937 (comment) for context.
The text was updated successfully, but these errors were encountered: