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
..
2020-06-09 10:21:28 +02:00
2019-12-13 15:31:19 +02:00
2019-12-13 15:31:19 +02:00
2019-12-13 15:31:19 +02:00
2020-06-03 11:22:32 +02:00
2019-07-06 19:12:24 +02:00
2019-10-23 09:36:16 +09:00
2020-06-03 11:22:32 +02:00
2020-05-07 07:11:43 +02:00
2019-07-06 19:12:24 +02:00
2020-04-07 11:43:07 +02:00
2020-06-23 19:46:18 +02:00
2020-06-25 19:01:01 +02:00
2019-07-06 19:12:24 +02:00

Candidates for standard library inclusion - functions and helpers that are too small to put in their own git repository