Disabled external gits
This commit is contained in:
28
cs453-ca/CS453-2021-project/playground/runner.hpp
Normal file
28
cs453-ca/CS453-2021-project/playground/runner.hpp
Normal file
@@ -0,0 +1,28 @@
|
||||
/**
|
||||
* @file runner.hpp
|
||||
* @author Sébastien Rouault <sebastien.rouault@epfl.ch>
|
||||
*
|
||||
* @section LICENSE
|
||||
*
|
||||
* Copyright © 2018-2019 Sébastien Rouault.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; either version 3 of the License, or
|
||||
* any later version. Please see https://gnu.org/licenses/gpl.html
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* @section DESCRIPTION
|
||||
*
|
||||
* Trivial program that call a function in several threads.
|
||||
**/
|
||||
|
||||
#pragma once
|
||||
|
||||
// -------------------------------------------------------------------------- //
|
||||
|
||||
void shared_access();
|
Reference in New Issue
Block a user