Project

General

Profile

Actions

Feature #8137

open

Properly place context switching model comments

Added by Evgeny Novikov about 7 years ago.

Status:
New
Priority:
High
Assignee:
Category:
-
Target version:
-
Start date:
04/21/2017
Due date:
% Done:

0%

Estimated time:
Published in build:

Description

At the moment it looks like the following:

Call callback F in interrupt context.
Switch to interrupt context.
F()
...

It would be better to have something like:
Switch to interrupt context.
Call callback F in interrupt context.
F()
...

I am not sure whether changes should be made.

No data to display

Actions

Also available in: Atom PDF