Changeset ef9f11c for doc


Ignore:
Timestamp:
Feb 13, 2025, 9:32:31 PM (6 weeks ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
b3ad342
Parents:
c341b57
Message:

change checked_poll to poll for suspendPoll/resumePoll macros

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified doc/uC++toCFA/uC++toCFA.tex

    rc341b57 ref9f11c  
    1111%% Created On       : Wed Apr  6 14:53:29 2016
    1212%% Last Modified By : Peter A. Buhr
    13 %% Last Modified On : Fri Jan 17 07:39:09 2025
    14 %% Update Count     : 6284
     13%% Last Modified On : Sat Feb  1 12:36:30 2025
     14%% Update Count     : 6285
    1515%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    1616
     
    374374&
    375375\begin{cfa}
    376 #define resumePoll( coroutine ) resume( coroutine ); checked_poll()
    377 #define suspendPoll suspend; checked_poll()
     376#define resumePoll( coroutine ) resume( coroutine ); poll()
     377#define suspendPoll suspend; poll()
    378378void main() {
    379379        try {
Note: See TracChangeset for help on using the changeset viewer.