We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 99079ec + 5c4e010 commit 022b978Copy full SHA for 022b978
1 file changed
runtime/core/evalue.h
@@ -621,8 +621,8 @@ struct EValue {
621
/**
622
* Result-returning equivalent of `to<T>()`. Tag mismatch returns
623
* `Error::InvalidType`; a null list/string payload returns
624
- * `Error::InvalidState`. Unsynchronized — caller must serialize concurrent
625
- * tag mutation. Specializations are defined below via `EVALUE_DEFINE_TRY_TO`.
+ * `Error::InvalidState`. Specializations are defined below via
+ * `EVALUE_DEFINE_TRY_TO`.
626
*/
627
template <typename T>
628
Result<T> tryTo() const;
0 commit comments