Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mitogen
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
mitogen
Commits
4327baab
Commit
4327baab
authored
Sep 29, 2017
by
David Wilson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: remove final references to call_with_deadline().
parent
dd69b8fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docs/howitworks.rst
docs/howitworks.rst
+2
-2
No files found.
docs/howitworks.rst
View file @
4327baab
...
...
@@ -285,7 +285,7 @@ Slaves listen on the following handles:
Receives
`(
mod_name
,
class_name
,
func_name
,
args
,
kwargs
)`
5
-
tuples
from
:
py
:
meth
:`
call_
with_deadline
()
<
mitogen
.
master
.
Context
.
call_with_deadline
>`,
:
py
:
meth
:`
call_
async
()
<
mitogen
.
master
.
Context
.
call_async
>`,
imports
``
mod_name
``,
then
attempts
to
execute
`
class_name
.
func_name
(\*
args
,
\**
kwargs
)`.
...
...
@@ -334,7 +334,7 @@ listen on the following handles:
Additional handles are created to receive the result of every function call
triggered by :py:meth:`call_
with_deadline() <mitogen.master.Context.call_with_deadline
>`.
triggered by :py:meth:`call_
async() <mitogen.master.Context.call_async
>`.
Sentinel Value
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment