aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/queue/ya.make
blob: 6570b38ce59c13b6ca3d67f5af9d3a585804b21f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
LIBRARY()

OWNER(agri)

SRCS(
    mpmc_unordered_ring.cpp
    mpmc_unordered_ring.h
    mpsc_htswap.cpp
    mpsc_htswap.h
    mpsc_intrusive_unordered.cpp
    mpsc_intrusive_unordered.h
    mpsc_read_as_filled.cpp
    mpsc_read_as_filled.h
    mpsc_vinfarr_obstructive.cpp
    mpsc_vinfarr_obstructive.h
)

END()