Expand description
The Screeps Async runtime
Structsยง
- Builder
- Builder to construct a ScreepsRuntime
- Config
- Configuration options for the ScreepsRuntime
- Screeps
Runtime - A very basic futures executor based on a channel. When tasks are woken, they are scheduled by queuing them in the send half of the channel. The executor waits on the receive half and executes received tasks.