From 96cd625223404a3b32a62384055ccd4765f92312 Mon Sep 17 00:00:00 2001 From: Per Lindgren Date: Sat, 24 Oct 2020 19:38:49 +0200 Subject: extern task --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index ec19bd1..22018eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). - `#[task_local]`, there must be only one task, similar to a task local resource, but (optionally) set-up by init. This is similar to move. +- Improved ergonomics allowing separation of task signatures to actual implementation in extern block `extern "Rust" { #[task(..)] fn t(..); }`. + ### Changed - [breaking-change] [PR 400] Move dispatchers from extern block to app argument. -- cgit v1.2.3