Skip to content
Snippets Groups Projects
  1. Jan 18, 2024
    • Georgy Moshkin's avatar
      refactor: simplify raft entry proposal · fed1102e
      Georgy Moshkin authored
      - remove logical clock from raft entry context, (term, index) is used
        for synchronization instead
      - this allows us to remove the Notify/Notifier boilerplate
      - NodeImpl::notifications -> NodeImpl::read_state_wakers
      - this and the recently refactored proc_join finally allows us to remove
        OpResult
      - ContextCoercion & CoercionError are also removed for the sake of
        simplification
      fed1102e
  2. Jan 17, 2024
  3. Jan 15, 2024
  4. Jan 12, 2024
  5. Jan 11, 2024
  6. Dec 28, 2023
  7. Dec 26, 2023
  8. Dec 22, 2023
  9. Dec 21, 2023
  10. Dec 20, 2023
  11. Dec 19, 2023
Loading