You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For simplicity, async functions and tasks perform serde on the main thread. However, it would perform better to perform this blocking operation on another thread.
Maybe JsonString? It would act exactly like Json, but stop at the intermediary string. It will need some special handling for Err on serde_json::to_string. Maybe a TryFrom implementation and a neon::types::extract::Error.
The text was updated successfully, but these errors were encountered:
For simplicity, async functions and tasks perform serde on the main thread. However, it would perform better to perform this blocking operation on another thread.
Maybe
JsonString
? It would act exactly likeJson
, but stop at the intermediary string. It will need some special handling forErr
onserde_json::to_string
. Maybe aTryFrom
implementation and aneon::types::extract::Error
.The text was updated successfully, but these errors were encountered: