UC_SECOND_SCALE

Scales to calculate timeout on microsecond unit 1 second = 1000,000 microseconds

extern (C)
enum UC_SECOND_SCALE = 1000000;

Meta