DispatchQueueExtensions Class | 
Namespace: Couchbase.Lite
public static class DispatchQueueExtensions
| Name | Description | |
|---|---|---|
| DispatchAfter(IDispatchQueue, Action, TimeSpan) | 
            Schedules the given Action after waiting 
            the given amount of time
              | |
| DispatchAfterTResult(IDispatchQueue, FuncTResult, TimeSpan) | 
            Schedules the given FuncTResult after waiting 
            the given amount of time
              |