Postpone.k 57 B

12345
  1. promise {
  2. await postpone(50)
  3. return 'resolved'
  4. }