You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@mynewt.apache.org by "Marko Kiiskila (JIRA)" <ji...@apache.org> on 2017/06/30 19:27:00 UTC

[jira] [Created] (MYNEWT-795) need to have os_task_remove()

Marko Kiiskila created MYNEWT-795:
-------------------------------------

             Summary: need to have os_task_remove()
                 Key: MYNEWT-795
                 URL: https://issues.apache.org/jira/browse/MYNEWT-795
             Project: Mynewt
          Issue Type: Bug
      Security Level: Public (Viewable by anyone)
          Components: OS
            Reporter: Marko Kiiskila
             Fix For: v1_2_0_rel


Currently you can suspend a task, but not remove it completely.

There are use cases where creation of short-lived task makes sense. We should have a way to get rid of existing task completely.

Whether this removal is done by the task itself (by returning from it's handler), or by a separate task is TBD.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)