Skip to content

Commit

Permalink
reflect PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kuron99 authored Sep 24, 2024
1 parent 23d30b9 commit e5a0cd0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions include/limestone/api/log_channel.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ class log_channel {
* @brief join a persistence session for the current epoch in this channel
* @attention this function is not thread-safe.
* @note the current epoch is the last epoch specified by datastore::switch_epoch()
* @note datastore::switch_epoch() and this function can be called simultaneously.
* If these functions invocation overwrap, the current epoch that the session joins depends on timing.
* @note datastore::switch_epoch() and this function can be called simultaneously.
* If these functions are invoked at the same time, the result will be as if one of them was called first,
* but it is indeterminate which one will take precedence.
*/
void begin_session();

Expand Down

0 comments on commit e5a0cd0

Please sign in to comment.