Skip to content
Snippets Groups Projects
  • Florian Fischer's avatar
    2999ebf3
    [Future] improve cancellation · 2999ebf3
    Florian Fischer authored
    * Improve warn message in Future::cancel()
    * Don't cancel a Future in the destructor if it was already cancelled or received
    * Restructure CancelFutureTest into single separate test cases
    
    With this I can not reproduce the weird CancelFutureTest behavior anymore
    neither SIGABRT nor the timeout.
    2999ebf3
    History
    [Future] improve cancellation
    Florian Fischer authored
    * Improve warn message in Future::cancel()
    * Don't cancel a Future in the destructor if it was already cancelled or received
    * Restructure CancelFutureTest into single separate test cases
    
    With this I can not reproduce the weird CancelFutureTest behavior anymore
    neither SIGABRT nor the timeout.