tyrus icon indicating copy to clipboard operation
tyrus copied to clipboard

Async connect can not be canceled

Open glassfishrobot opened this issue 9 years ago • 3 comments

TyrusFuture does not fulfill java.util.concurrent.Future contract in a useful manner.

The methods cancel(boolean) and isCancelled() are not implemented. Thus this implementation of Future works more like a Promise known from other languages.

Affected Versions

[1.12]

glassfishrobot avatar Nov 21 '15 15:11 glassfishrobot

  • Issue Imported From: https://github.com/tyrus-project/tyrus/issues/592
  • Original Issue Raised By:@glassfishrobot
  • Original Issue Assigned To: @pavelbucek

glassfishrobot avatar Feb 10 '18 20:02 glassfishrobot

@glassfishrobot Commented Reported by hoschott

glassfishrobot avatar Nov 21 '15 15:11 glassfishrobot

@glassfishrobot Commented This issue was imported from java.net JIRA TYRUS-415

glassfishrobot avatar Apr 25 '17 03:04 glassfishrobot