ClickHouse/src/Common/Fiber.h
2020-12-14 17:42:08 +03:00

6 lines
114 B
C++

#pragma once
#include <common/defines.h>
#include <boost/context/fiber.hpp>
using Fiber = boost::context::fiber;