lablup / lablup/raftify

Decouple the `RaftNode.run()` asynchronous task from "tick"

Open
#102 0 comments 0 reactions 0 assignees View on GitHub
epic improvement refactoring
Dominant language
Rust
Stars
44
Forks
14
PR merge metrics
No merged PRs in 30d

Description

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*.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.