WPILibC++ 2023.4.3-108-ge5452e3
|
#include <wpi/future.h>
Static Public Member Functions | |
template<typename F > | |
static future< To > | Create (PromiseFactory< From > &fromFactory, uint64_t request, PromiseFactory< To > &factory, F &&func) |
|
static |