Commits on Source (13)
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
`fiber::Mutex::lock` & `fiber::Mutex::try_lock` will now log the location of last successful lock if it's locked when compiled with `debug_assertions`
-
Georgy Moshkin authored
-
-
godzie44 authored
-
-
The clarification is about safety of using borrowed arguments in stored procedures: borrowed arguments aren't if used after calls to tarantool api.
-
Georgy Moshkin authored
This is mainly useful for capturing the lua context passed to rust-callbacks for example for use with `tlua::error!`. See test `error` in `tests/src/tlua/functions_write.rs` for examples.
-
Yaroslav Dynnikov authored
It was unimplemented and will never be. The development continues as a part of picodata product.
Showing
- CHANGELOG.md 20 additions, 0 deletionsCHANGELOG.md
- Cargo.toml 0 additions, 2 deletionsCargo.toml
- examples/cluster_node/Cargo.toml 0 additions, 21 deletionsexamples/cluster_node/Cargo.toml
- examples/cluster_node/cluster_node.lua 0 additions, 16 deletionsexamples/cluster_node/cluster_node.lua
- examples/cluster_node/src/lib.rs 0 additions, 37 deletionsexamples/cluster_node/src/lib.rs
- tarantool/Cargo.toml 1 addition, 7 deletionstarantool/Cargo.toml
- tarantool/src/fiber.rs 18 additions, 3 deletionstarantool/src/fiber.rs
- tarantool/src/fiber/mutex.rs 65 additions, 5 deletionstarantool/src/fiber/mutex.rs
- tarantool/src/lib.rs 52 additions, 11 deletionstarantool/src/lib.rs
- tarantool/src/net_box/promise.rs 30 additions, 0 deletionstarantool/src/net_box/promise.rs
- tarantool/src/raft/fsm.rs 0 additions, 29 deletionstarantool/src/raft/fsm.rs
- tarantool/src/raft/inner.rs 0 additions, 170 deletionstarantool/src/raft/inner.rs
- tarantool/src/raft/mod.rs 0 additions, 172 deletionstarantool/src/raft/mod.rs
- tarantool/src/raft/net.rs 0 additions, 132 deletionstarantool/src/raft/net.rs
- tarantool/src/raft/rpc.rs 0 additions, 113 deletionstarantool/src/raft/rpc.rs
- tarantool/src/raft/storage.rs 0 additions, 60 deletionstarantool/src/raft/storage.rs
- tarantool/src/tuple.rs 20 additions, 0 deletionstarantool/src/tuple.rs
- tests/run_tests.lua 12 additions, 3 deletionstests/run_tests.lua
- tests/src/fiber/mod.rs 25 additions, 0 deletionstests/src/fiber/mod.rs
- tests/src/fiber/mutex.rs 2 additions, 1 deletiontests/src/fiber/mutex.rs
examples/cluster_node/Cargo.toml
deleted
100644 → 0
examples/cluster_node/src/lib.rs
deleted
100644 → 0
tarantool/src/raft/fsm.rs
deleted
100644 → 0
tarantool/src/raft/inner.rs
deleted
100644 → 0
tarantool/src/raft/mod.rs
deleted
100644 → 0
tarantool/src/raft/net.rs
deleted
100644 → 0
tarantool/src/raft/rpc.rs
deleted
100644 → 0
tarantool/src/raft/storage.rs
deleted
100644 → 0