Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

jyield aims to provide java continuations support similar to c# yield coroutines. The methods annotated with @Continuable are transformed in runtime or optionally in compile time.

0
 
  0 reviews  |  1 user  |  2,586 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

Friendly Flow is a multiplexing server framework for Python that allows you to write code without callbacks. Multiplexing ServersMultiplexing servers serve multiple clients at the same time from a single process. Advantage over a solution with multiple processes or lightweight processes are ... [More] Communication between processes is a non-issue, since there is only one process. No unexpected process switches, no need for critical sections. Smaller footprint. Event Driven Servers...At slow tasks like I/O, control is yielded to other client's handlers. The traditional way to yield control is "Event Driven". A heavy task is called in a deferred manner and the handler exits. A callback function is passed as and will be called when the task is done. However, having to split up your program along the lines of I/O is unnatural. ...Without Event CallbacksFriendly Flow allows you to write code without callbacks, just like you would do for non-multiplexing servers. It then automagically splits your code out to an event driven program. The python keyword yield is used to determine where control is yielded back. There is many types of yield: CPU yield, returning when other handlers yield back to you I/O yield, returning only when a resource is readable or writeable "fork", yield a new "process" decomposition, yield a "program" that has any number of yields of its own RequirementsFriendly Flow requires Python >= 2.5. [Less]

0
 
  0 reviews  |  0 users  |  837 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

c# async call use yield

0
 
  0 reviews  |  0 users  |  16,989 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 

yield

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 2 days ago
 
 

An open source R package for solving revenue management problems with stochastic dynamic programing and simulation methods.

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 8 days ago
 
 

this is a project for ZipHarvest plant value gadget

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 4 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.