import locks

type
 TimeLine* = object 
  semaphore*: VkSemaphore
		timeline*: uint64
 
 TimeLineLock* = object 
		pending*: uint64
  cond*: Cond