# 2020

* [近期对libatapp的一些优化调整(增加服务发现和连接管理,支持yaml等)](/2020/2007.md)
* [xresloader转表工具链增加了一些新功能(map,oneof支持，输出矩阵，基于模板引擎的加载代码生成等)](/2020/2006.md)
* [在游戏服务器中使用分布式事务](/2020/2005.md)
* [libcopp接入C++20 Coroutine和一些过渡期的设计](/2020/2004.md)
* [libatbus 的大幅优化](/2020/2003.md)
* [nftables初体验](/2020/2002.md)
* [容器配置开发环境小计](/2020/2001.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://blog.owent.net/2020.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
