Interface containing a single done()
function.
To be used for implementing simple callbacks in a classic OO-style (as needed for awk impl).
Method Index
Name | Description |
---|---|
done | Invoked to signal completion. |
Member Details
- done()
-
Invoked to signal completion.