Closed basvandijk closed 13 years ago
Hi Joris,
You probably want to use bracket in withSerial to ensure that closeSerial is called even when an exception is thrown in the continuation.
withSerial
closeSerial
Hello Bas
Thank you for the hint, looks much nicer.
Hi Joris,
You probably want to use bracket in
withSerial
to ensure thatcloseSerial
is called even when an exception is thrown in the continuation.