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

OWNER(
    g:base
    g:middle
    ironpeter
    mvel
)

SRCS(
    equeue.h
    equeue.cpp
)

END()