mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-07 01:06:45 +08:00
17 lines
255 B
C
17 lines
255 B
C
/**
|
|
* \file libconcur/bus.h
|
|
* \author mutouyun (orz@orzz.org)
|
|
* \brief Define concurrent data bus.
|
|
* \date 2023-04-17
|
|
*/
|
|
#pragma once
|
|
|
|
#include "libconcur/def.h"
|
|
#include "libconcur/concurrent.h"
|
|
|
|
LIBCONCUR_NAMESPACE_BEG_
|
|
|
|
|
|
|
|
LIBCONCUR_NAMESPACE_END_
|