Jacek Sieka c65cc4c136
async proc types (#346)
Allow `type = proc(...) {.async.}` for pre-declaring async callback
types - in this case, the macro applies the correct transformation to
the return type and adds the appropriate exception / gcsafe annotations
2023-01-18 15:54:39 +01:00
..
2022-11-02 08:03:19 +01:00
2023-01-10 18:08:54 +02:00
2023-01-18 15:54:39 +01:00
2021-03-24 10:08:33 +01:00
2022-11-02 08:03:19 +01:00
2021-03-24 10:08:33 +01:00
2021-12-27 17:33:25 +02:00
2021-12-27 17:33:25 +02:00
2022-11-02 08:09:15 +01:00