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
67#define lock_(object)\
68 block_scope_(xtd::threading::lock __xtd_lock__(object))
Contains xtd::threading::lock class.