Zahary Karadjov 32b86bfd1f
Faux closures: a facility for creating closure-like non-closure procs
This code is extracted from the error-handling proposal where it's
used to implement `Try` blocks (Faux closures are created there in
order to assign raises lists to them). The desktop team faced a
similar problem where the `spawn` API doesn't support closures,
but the restriction can be easily worked-around with faux closures.
2020-07-07 20:29:04 +03:00
..
2019-12-20 13:23:30 +01:00
2020-06-15 21:09:41 +07:00
2020-06-01 19:49:46 +03:00
2019-12-20 13:23:30 +01:00
2019-09-26 18:25:19 +03:00
2020-05-08 18:54:36 +03:00