Skip to content

Commit f4cba5b

Browse files
committed
Clarify documentation for sequential version retrieval
- Updated the note in the `getVersionSequential` function documentation to specify that it guarantees execution in the exact order the calls were made across threads. This change enhances the clarity of the function's behavior in a multi-threaded context.
1 parent d7c9306 commit f4cba5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/cpp_core/interface/sequential/get_version_sequential.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ extern "C"
1111

1212
/**
1313
* @copydoc getVersion
14-
* @note Sequential variant: call executes strictly in the order it was enqueued across threads.
14+
* @note Sequential variant: guarantees execution in the exact order the calls were made across threads.
1515
*/
1616
inline MODULE_API void getVersionSequential(cpp_core::Version *out)
1717
{

0 commit comments

Comments
 (0)