Package 

Class CancellationTokenSource

  • All Implemented Interfaces:
    java.io.Closeable , java.lang.AutoCloseable

    
    public class CancellationTokenSource
     implements Closeable
                        

    Copyright 2017 Meniga Iceland Inc. Signals to a CancellationToken that it should be canceled. To create a {@code CancellationToken} first create a {@code CancellationTokenSource} then call getToken to retrieve the token for the source.