cgutman / AdbLib

A Java library implementation of the ADB network protocol
BSD 3-Clause "New" or "Revised" License
467 stars 144 forks source link

AdbConnection.java: separate interrupt tasks #18

Open Krush206 opened 9 months ago

Krush206 commented 9 months ago

Have interrupt() tasks separated from run(). Let the caller do the cleanup.