• Kirill Smelkov's avatar
    libgolang: Provide select(vector<_selcase>) · 66e1e756
    Kirill Smelkov authored
    We already provide select for array and std::initializer_list. However
    when cases are constructed at runtime dynamically both array and
    initializer_list are not convenient to use.
    
    -> Provide select() overload that accepts vector<_selcase>.
    
    This functionality will soon be used in C version of context package.
    66e1e756
libgolang.h 19 KB