This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > Libraries > async (0.6.2)

Async aims to make writing asyncronous processing easier. 

It provides a task-graph with interdependent tasks that communicate
using blocking channels, allowing to delay actual computations until
items are requested.
Tasks will automatically be distributed among 0 or more threads for
the actual computation.

Even though the GIL effectively prevents true concurrency, operations
which block, such as file IO, can be sped up with it already.

In conjuction with custom c extensions which release the GIL, true
concurrency can be obtained as well.

This requires: nose

Maintained by: Dimitris Zlatanidis
Keywords: async,framework,pyrtohn,gitdb
ChangeLog: async

Homepage:
https://github.com/gitpython-developers/async

Source Downloads:
async-0.6.2.tar.gz (9b06b5997de2154f3bc0273f80bcef6b)

Download SlackBuild:
async.tar.gz
async.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
async.SlackBuild
async.info
slack-desc

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds