Updated README

This commit is contained in:
Ilan Steemers
2015-06-24 12:44:14 +02:00
parent 7dea114b18
commit e80e33daa0
2 changed files with 4 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ Schedule the asynchronous exectution of a function by calling `async` from withi
```python
async(func,*args,hook=None,**kwargs)
```
The optional hook function gets the finished task object as its first argument after execution
### Management commands

View File

@@ -28,6 +28,9 @@ from within your Django project.
async(func,*args,hook=None,**kwargs)
The optional hook function gets the finished task object as its first
argument after execution
Management commands
~~~~~~~~~~~~~~~~~~~