ringbuffer.py 文件源码

python
阅读 27 收藏 0 点赞 0 评论 0

项目:ringbuffer 作者: bslatkin 项目源码 文件源码
def __init__(self, slot_count, *, start=None):
        default = start if start is not None else 0
        self.counter = multiprocessing.RawValue(ctypes.c_longlong, default)
        self.position = Position(slot_count)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号