Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Migorithm/rustiful-backend
/ executor
Method
executor
library/src/services/unit_of_work.rs:48–50 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
46
}
47
48
pub fn executor(&self) -> Arc<RwLock<Executor>> {
49
self.executor.clone()
50
}
51
52
pub async fn commit(mut self) -> ApplicationResult<()> {
53
// To drop uow itself!
Callers
3
handle_outbox
Method · 0.45
new
Method · 0.45
_commit_hook
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected