aboutsummaryrefslogtreecommitdiff
path: root/src/client/bridge/gateway/shard_queuer.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove extraneous spaces at the end of linesZeyla Hellyer2018-06-171-2/+2
* Refactor imports/exports to use nested groups and better formattingacdenisSK2018-03-291-5/+12
* Expose a client voice managerZeyla Hellyer2018-01-181-18/+17
* Expose a method of retrieving shard status/latencyZeyla Hellyer2018-01-011-0/+3
* Attempt to restart failed shard bootsZeyla Hellyer2017-12-161-17/+45
* Redo client internals + gatewayZeyla Hellyer2017-11-031-4/+52
* Update to account for changes made in 0.4.1acdenisSK2017-10-141-5/+9
|\
| * Fix clippy lintsZeyla Hellyer2017-10-111-5/+9
| * Make the client threadpool user-customizableZeyla Hellyer2017-10-091-0/+4
| * Fix most clippy warningsMaiddog2017-10-041-8/+1
* | Switch to parking_lot::{Mutex, RwLock}Zeyla Hellyer2017-10-101-5/+5
* | Make the client threadpool user-customizableZeyla Hellyer2017-10-091-0/+4
* | Fix most clippy warningsMaiddog2017-10-091-8/+1
|/
* Fix client shards by cloning ShardManager runnersZeyla Hellyer2017-09-271-0/+1
* Fix client no-framework compilationZeyla Hellyer2017-09-271-1/+3
* Add a shard managerZeyla Hellyer2017-09-241-0/+118