Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tikv_util: introduce future channel #13407

Merged
merged 7 commits into from Sep 15, 2022

Commits on Sep 6, 2022

  1. tikv_util: introduce future channel

    It's a super set of batch channel. It can be used as a batch channel
    or just a future channel.
    
    Signed-off-by: Jay Lee <BusyJayLee@gmail.com>
    BusyJay committed Sep 6, 2022
    Copy the full SHA
    160bb7d View commit details
    Browse the repository at this point in the history
  2. address comment

    Signed-off-by: Jay Lee <BusyJayLee@gmail.com>
    BusyJay committed Sep 6, 2022
    Copy the full SHA
    65e99f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Copy the full SHA
    a804f60 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. further clean up

    Signed-off-by: Jay Lee <BusyJayLee@gmail.com>
    BusyJay committed Sep 14, 2022
    Copy the full SHA
    393e05b View commit details
    Browse the repository at this point in the history
  2. impl sync

    Signed-off-by: Jay Lee <BusyJayLee@gmail.com>
    BusyJay committed Sep 14, 2022
    Copy the full SHA
    74d4d82 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Copy the full SHA
    bc86f0e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6fe301e View commit details
    Browse the repository at this point in the history