The new DispatchTime type appears to hold raw values related to mach_absolute_time() - how can I create a DispatchTime given an 'absolute time'?
The new DispatchWallTime does have a init() function based on a timespec; but, DispatchTime has no analogous function nor it is possible to convert from DispatchWallTime to DispatchTime.