Commit Graph

4 Commits

Author SHA1 Message Date
Max Howell
6264f6f41e Fixes #1001
The box can outlive its Guarantee, and usually this is what happens. Thus we have to log in the box and not in the Guarantee itself.
2019-01-28 15:39:57 -05:00
Max Howell
41699e222d Use final where possible
Allows the optimizer to remove dynamic dispatch, being `public` rather than `open` is not enough.

https://twitter.com/mxcl/status/1060222414829838336
2018-11-07 13:04:01 -05:00
Max Howell
d427b29dd7 Allow specifying DispatchWorkItemFlags; Tag 6.3.0
This has recently become useful to me, though this is for experienced users only.
2018-06-10 13:24:26 -04:00
Max Howell
47367f1df6 5.0.0 2017-11-06 09:27:11 -05:00