aboutsummaryrefslogtreecommitdiff
path: root/pulse/src/runnable/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Pulse now displays volume correctly.Andreas Grois2021-06-041-80/+112
* Unfinished (doesn't compile) implementation of pulse runnable loop.Andreas Grois2021-05-091-2/+104
* Make (most) pulse nullptr checks unnecessary.Andreas Grois2021-05-081-4/+4
* Revert "Make runnable's run() method take a mutable self-reference."Andreas Grois2021-05-031-1/+1
* Make runnable's run() method take a mutable self-reference.Andreas Grois2021-05-021-1/+1
* Factor out all unsafe code into its own module (unfinished)Andreas Grois2021-05-021-0/+34