aboutsummaryrefslogtreecommitdiff
path: root/pulse/src/runnable/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Make runnable's run() method take a mutable self-reference."Andreas Grois2021-05-031-1/+1
| | | | | | | This reverts commit e1f0525e4e1dcf674aa7489042a06b7c7d671a2a. I've decided against having mutable self-references. It's a bit less convenient, but more sane. Also, the revert can be reverted any time, should the need arise.
* Make runnable's run() method take a mutable self-reference.Andreas Grois2021-05-021-1/+1
| | | | | Because there is no real reason speaking against it, and it makes plugin development a lot easier.
* Factor out all unsafe code into its own module (unfinished)Andreas Grois2021-05-021-0/+34