concurrencyc/include/async.h
Christopher Hamer 5da509e373 initial commit
2024-07-05 17:14:16 +01:00

15 lines
143 B
C++

//
// Created by Christopher Hamer on 02/07/2024.
//
#ifndef TASK1_ASYNC_H
#define TASK1_ASYNC_H
class async {
};
#endif //TASK1_ASYNC_H