| 48 | } |
| 49 | |
| 50 | type notify struct { |
| 51 | id string |
| 52 | fn func() |
| 53 | } |
| 54 | |
| 55 | // New creates a new handler that guarantees all notify functions are run after the critical |
| 56 | // section exits (or is interrupted by the OS), then invokes the final handler. If no final |