concurrencyc/include/async.h

15 lines
143 B
C
Raw Normal View History

2024-07-05 16:14:16 +00:00
//
// Created by Christopher Hamer on 02/07/2024.
//
#ifndef TASK1_ASYNC_H
#define TASK1_ASYNC_H
class async {
};
#endif //TASK1_ASYNC_H