Skip to content

Commit 449a493

Browse files
authored
Update README.md
1 parent e6ff747 commit 449a493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ s.sendto(b'hello\r\n', ('192.168.0.15',8000))
788788

789789
See [Simple HTTP Server](arch/esp8266/forth/examples/example-http-server.forth) for more information.
790790

791-
### Tasks (experimental)
791+
### Tasks
792792

793793
Punyforth supports cooperative multitasking which enables users to run more than one task simultaneously. For example one task may wait for input on a socket, while another one receives commands through the serial port. Punyforth never initiates a context switch by its own. Instead, tasks voluntarily yield control periodically using the word *pause*. Tasks are executed in a round robin fashion.
794794

0 commit comments

Comments
 (0)