You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current structure, all APIs are forced to be async, and since RaftNode.run is the only one that owns RaftNode, all APIs are unnecessarily coupled with the task.
Let's change this structure and convert unnecessary async functions to sync.
The text was updated successfully, but these errors were encountered:
jopemachine
changed the title
Decoupling the RaftNode.run asynchronous task from tick.
Decoupling the RaftNode.run asynchronous task from tickMay 10, 2024
jopemachine
changed the title
Decoupling the RaftNode.run asynchronous task from tick
Decouple the RaftNode.run asynchronous task from tickMay 10, 2024
jopemachine
changed the title
Decouple the RaftNode.run asynchronous task from tick
Decouple the RaftNode.run() asynchronous task from "tick"
Oct 13, 2024
In the current structure, all APIs are forced to be async, and since RaftNode.run is the only one that owns RaftNode, all APIs are unnecessarily coupled with the task.
Let's change this structure and convert unnecessary async functions to sync.
The text was updated successfully, but these errors were encountered: