Package tangled :: Module core
[hide private]
[frames] | no frames]

Module core

source code


Version: 0.1.1.1

Classes [hide private]
  Worker
This is a worker thread which executes a function and calls a callback on completion
  Failure
Like Twisted's Failure object, but with no features
  Deferred
Very similar to Twisted's Deferred object, but with less features
  BindError
  Trigger
Used to trigger the event loop with external stuff, also from Medusa
  Reactor
The reactor is the engine of your asynchronous application.
Functions [hide private]
 
succeed(r)
Syntactic sugar for making a synchronous call look asynchronous
source code
 
fail(r)
Syntactic sugar for making a synchronous call look asynchronous, failure version
source code
 
passthru(r)
A callback/errback that doesn't do anything
source code
 
set_reuse_addr(s)
Try to re-use a server port if possible.
source code
Variables [hide private]
  log = logging.getLogger("tangled.core")
  __package__ = 'tangled'
Function Details [hide private]

set_reuse_addr(s)

source code 

Try to re-use a server port if possible. Useful in development.