Changes between Version 26 and Version 27 of ElementalInterpreter
- Timestamp:
- 11/15/22 06:00:31 (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ElementalInterpreter
v26 v27 368 368 369 369 Programs in the agent system are effectively interrupted, periodically, allowing 370 multiple user tasks to execute concurrently. In contrast, Python is a synchronous370 multiple user tasks to execute concurrently. In contrast, Python is a mandatorily synchronous 371 371 language because even with async def/await it still relies on explicit program- 372 372 pausing statements in the code in order to yield. Similarly, greenlets allow task