Module screeps_async::runtime

source ·
Expand description

The Screeps Async runtime

Structs§

  • Builder to construct a ScreepsRuntime
  • Configuration options for the ScreepsRuntime
  • 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.