Skip to content

Eb dev verbs STOP/CANCEL implementation

Flavio Pisani requested to merge eb_dev_verbs into master

CANCEL and STOP implementation in the EB.

  • The RUs and BUs can now exit all the blocking calls via the CANCEL command.
  • The buffer interface can now exit all the blocking calls via the cancel method
  • The IB library can now exit all the clocking calls via the ibKillBlocking method

Merge request reports