tmux 深入理解-源码分析
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了tmux 深入理解-源码分析相关的知识,希望对你有一定的参考价值。
官网 | ||
github 源码 | ||
wiki | ||
The libevent API provides a mechanism to execute a callback function
when a specific event occurs on a file descriptor or after a timeout has been
reached. Furthermore, libevent also support callbacks due
to signals or regular timeouts.
https://github.com/libevent/libevent
https://en.wikipedia.org/wiki/Libevent
本文出自 “运维自动化” 博客,请务必保留此出处http://shower.blog.51cto.com/4926872/1882288
以上是关于tmux 深入理解-源码分析的主要内容,如果未能解决你的问题,请参考以下文章