getHandleId abstract method

int getHandleId(
  1. int handle
)

Get the monotonic handle ID for cross-isolate cancel. Returns 0 if handle is invalid.

Implementation

int getHandleId(int handle);