Module runitime

Module runitime 

Source
Expand description

Here we go, finally our runtime implementation, this will be a toy but with a very big ambition to begin a use runtime some day full od experimental idea that we want to test and see what is the impact of it.

Functionsยง

block_on
Block on a Future and stop others on the whorl runtime until this one completes.
spawn
Spawn a non-blocking Future onto the whorl runtime
wait
Block further execution of a program until all of the tasks on the whorl runtime are completed.