Commit Graph

12 Commits (e4df1405c1a04b9e4a65f878b2bb1a86f855e986)

Author SHA1 Message Date
dignifiedquire e4df1405c1 feat: add basic wasm support 4 years ago
dignifiedquire 228cc59b3b feat: add spawn_local 4 years ago
dignifiedquire 0a7a52aed5 update to work on smol/master 4 years ago
dignifiedquire f5fa0d7e4e avoid boxing futures 4 years ago
dignifiedquire b96afc41dc implement task locals 4 years ago
dignifiedquire e082634b5e fix spawning 4 years ago
dignifiedquire 1308fbdf55 switch to smol instead of an internal runtime 4 years ago
Stjepan Glavina 36d24cd0e1 New scheduler resilient to blocking 4 years ago
Stjepan Glavina 548733e5d5
Cleanup stream traits (#487)
* Cleanup stream traits

* Fix docs
5 years ago
Stjepan Glavina 3dd59d7056
Refactor the task module (#421)
* Refactor the task module

* Fix clippy warning

* Simplify task-local entries

* Reduce the amount of future wrapping

* Cleanup

* Simplify stealing
5 years ago
k-nasa f08fcd0bbb refactor 5 years ago
Stjepan Glavina 0924911ac3 Implement simple work stealing 5 years ago