about summary refs log tree commit diff
path: root/src/libcore/task/executor.rs
AgeCommit message (Expand)AuthorLines
2018-08-06Rename Executor trait to SpawnJosef Reinhard Brandl-96/+0
2018-07-25Clarify what a task isJosef Reinhard Brandl-12/+18
2018-07-02Add lifetime to `FutureObj`Josef Reinhard Brandl-4/+4
2018-07-02Make custom trait object for `Future` genericJosef Reinhard Brandl-4/+4
2018-06-26Move spawn errors into executor.rsJosef Reinhard Brandl-1/+47
2018-06-26Split libcore/task.rs into submodulesJosef Reinhard Brandl-0/+44