Files
Barnabás Pőcze 89b6766cd6 transition: ensure single completion and finish
At the moment, the same transition can be completed multiple times
(assuming sufficiently high reference count):

  return_error()
  finish()
  return_error()

The consequence of that is that the transition closure will be
invoked multiple times. This is unexpected.

Add some guards against completing a transition or calling finish()
multiple times.

Fixes #628
2024-05-18 01:36:39 +02:00
..
2024-04-22 08:49:28 +00:00
2024-03-04 07:07:56 +00:00
2023-08-15 07:14:59 +00:00
2023-08-15 07:14:59 +00:00
2023-09-01 19:12:20 +03:00
2023-06-23 18:01:26 +03:00
2023-12-23 18:34:00 +02:00
2023-06-23 18:01:26 +03:00
2022-01-21 13:59:03 +00:00
2020-06-02 18:26:40 +03:00