Jörg Sommer 7cf5ac80c8 Make ruma client thread safe
The new tokio engine requires a client that is safe to be send between
threads. It's simply done by converting Rc to Arc and RefCell to Mutex.
2019-01-22 10:36:04 +01:00
..
2019-01-08 19:55:28 +01:00
2018-08-31 17:47:49 +02:00
2019-01-22 10:36:04 +01:00
2019-01-15 16:14:20 +01:00