> For the complete documentation index, see [llms.txt](https://doczhcn.gitbook.io/etcd/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doczhcn.gitbook.io/etcd/index-2.md).

# 并发 API 参考文档

## 前言

内容来自官网的 [etcd concurrency API Reference](https://github.com/coreos/etcd/blob/master/Documentation/dev-guide/api_concurrency_reference_v3.md)。

类似核心 API 参考文档，我们在翻译时没有复制原文中从 `.proto` 文件生成的表格，而是直接在 `.proto` 文件的 message 定义上翻译。

## 内容

已经整理并翻译的内容：

* [Lock service](/etcd/index-2/index.md)
* [Election service](/etcd/index-2/index-1.md)
