mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
rb_ractor_shareable_p(): fix doxygen
My bad. The document is clearly broken. Maybe I pressed my delete key too much. [ci skip]
This commit is contained in:
parent
e42c8c160d
commit
2fa4715bf2
Notes:
git
2021-10-05 14:18:47 +09:00
1 changed files with 3 additions and 2 deletions
|
@ -241,8 +241,9 @@ RBIMPL_SYMBOL_EXPORT_END()
|
|||
* extremely carefully implemented to be Ractor-safe; for instance integers
|
||||
* have such property. This function can classify that.
|
||||
*
|
||||
* @param[in] obj Arbitrary ruby object.
|
||||
* @
|
||||
* @param[in] obj Arbitrary ruby object.
|
||||
* @retval true `obj` is capable of shared across ractors.
|
||||
* @retval false `obj` cannot travel across ractor boundaries.
|
||||
*/
|
||||
static inline bool
|
||||
rb_ractor_shareable_p(VALUE obj)
|
||||
|
|
Loading…
Add table
Reference in a new issue