You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

SnowWorkerM2.h 288 B

4 years ago
12345678910111213
  1. /*
  2. * 版权属于:yitter(yitter@126.com)
  3. * 代码翻译:amuluowin
  4. * 代码修订:yitter
  5. * 开源地址:https://gitee.com/yitter/idgenerator
  6. */
  7. #pragma once
  8. #include <stdlib.h>
  9. #include "SnowWorkerM1.h"
  10. extern uint64_t WorkerM2NextId(SnowFlakeWorker *worker);