mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-03 15:35:17 +00:00
spelling: forward
This commit is contained in:
@@ -5,7 +5,7 @@ These DNS server and client routines are written using the "stackless
|
|||||||
coroutine" pattern invented by Chris Kohlhoff and described at
|
coroutine" pattern invented by Chris Kohlhoff and described at
|
||||||
http://blog.think-async.com/2010/03/potted-guide-to-stackless-coroutines.html.
|
http://blog.think-async.com/2010/03/potted-guide-to-stackless-coroutines.html.
|
||||||
This is intended to simplify development a bit, since it allows the
|
This is intended to simplify development a bit, since it allows the
|
||||||
routines to be written in a straightfowrard step-step-step fashion rather
|
routines to be written in a straightforward step-step-step fashion rather
|
||||||
than as a complex chain of separate handler functions.
|
than as a complex chain of separate handler functions.
|
||||||
|
|
||||||
Coroutine objects (i.e., UDPServer, TCPServer and IOFetch) are objects
|
Coroutine objects (i.e., UDPServer, TCPServer and IOFetch) are objects
|
||||||
|
Reference in New Issue
Block a user