Java Sleep sleep4Subscription()

Here you can find the source of sleep4Subscription()

Description

sleep Subscription

License

Apache License

Declaration

public static void sleep4Subscription() 

Method Source Code

//package com.java2s;
//License from project: Apache License 

public class Main {
    public static void sleep4Subscription() {
        try {//from ww w .  j  a v  a2 s . c  o m
            Thread.currentThread().sleep(1000l);
        } catch (Exception ignore) {
        }
    }
}

Related

  1. sleep(long time)
  2. sleep(long time)
  3. sleep(long time)
  4. sleep(long time)
  5. sleep(long timeToSleep)
  6. sleep_force(long timeToSleep)
  7. sleepABit(long millis)
  8. sleepABitMore()
  9. sleepAfterListItems()