()
| 26 | private static final DelayedList<Runnable> DELAYED_TASKS = DelayedList.createConcurrent(); |
| 27 | |
| 28 | public static SimpleNetworkWrapper getWrapper() { |
| 29 | return BCMessageHandler.netWrapper; |
| 30 | } |
| 31 | |
| 32 | public static void doDelayed(Runnable task) { |
| 33 | doDelayed(1, task); |
no outgoing calls
no test coverage detected