xtd 0.2.0
Loading...
Searching...
No Matches
lock.hpp
Go to the documentation of this file.
1
4#pragma once
5#include "threading/lock.hpp"
6#include "using.hpp"
7
68#define lock_(object)\
69 using_(xtd::threading::lock __xtd_lock__ {object})
Contains xtd::threading::lock class.
Contains using_ keyword.