CompuServe Thread

Forum unknown · Programming

#Circle Benchmark

1 messages in this thread
#20782From: Jim Nangano/SYSOPMay 29, 1986 10:59 AM
Mike, there is a Forbid() function. You would use Forbid when the program is using structures that another Task may use at the same time. It also disables multitasking until your Task executes a Wait function. To Exit the Forbidden state you have to call a Permit().