aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/equeue/fast/ya.make
blob: 4a93a6b5ba5b66c3fb30fce5f8cabe1e4c7cc32d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
LIBRARY()

SRCS(
    equeue.h
)

PEERDIR(
    library/cpp/threading/bounded_queue
    library/cpp/yt/threading
)

END()