aboutsummaryrefslogtreecommitdiff
path: root/src/client/bridge/gateway/shard_manager.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix some clippy lintsZeyla Hellyer2018-07-151-2/+2
* Fix doc links with no anchorZeyla Hellyer2018-07-111-0/+1
* Refactor imports/exports to use nested groups and better formattingacdenisSK2018-03-291-4/+8
* Expose a client voice managerZeyla Hellyer2018-01-181-0/+13
* Use an InterMessage to communicate over gatewayZeyla Hellyer2018-01-181-1/+3
* Fix ShardManager doctestZeyla Hellyer2018-01-101-11/+14
* Simplify ShardManager creationZeyla Hellyer2018-01-101-71/+25
* Fix doc-tests and `single_zc`acdenisSK2017-12-171-5/+5
* Fix most clippy lints, take more refeerncesZeyla Hellyer2017-12-161-10/+10
* Attempt to restart failed shard bootsZeyla Hellyer2017-12-161-1/+3
* Shutdown everything on ShardManager::shutdown_allZeyla Hellyer2017-12-091-0/+6
* Make ShardManager::runners publicZeyla Hellyer2017-11-091-1/+5
* Redo client internals + gatewayZeyla Hellyer2017-11-031-52/+231
* Update to account for changes made in 0.4.1acdenisSK2017-10-141-6/+7
|\
| * Fix clippy lintsZeyla Hellyer2017-10-111-6/+7
| * Make the client threadpool user-customizableZeyla Hellyer2017-10-091-0/+5
| * Fix most clippy warningsMaiddog2017-10-041-6/+1
* | Switch to parking_lot::{Mutex, RwLock}Zeyla Hellyer2017-10-101-7/+7
* | Make the client threadpool user-customizableZeyla Hellyer2017-10-091-0/+5
* | Fix most clippy warningsMaiddog2017-10-091-6/+1
|/
* Fix client shards by cloning ShardManager runnersZeyla Hellyer2017-09-271-1/+1
* Fix client no-framework compilationZeyla Hellyer2017-09-271-26/+51
* Add a shard managerZeyla Hellyer2017-09-241-0/+171