Giter Site home page Giter Site logo

async-threading's People

async-threading's Issues

Flex 4 support

What steps will reproduce the problem?
1. Use latest Flex 4 SDK
2. _appRef in FPSObserverHandler will be null and throw null-pointer exception 
in runtime.

What is the expected output? What do you see instead?
Should be working well with Flex4.

What version of the product are you using? On what operating system?
Async-threading 2.1 + Flash Builder 4 + Flex SDK 4.0

Please provide any additional information below.
Change the first line in FPSObserverHandler to:
{{{
import spark.components.Application;
private var _appRef:Application = FlexGlobals.topLevelApplication as 
Application;
}}}
Will resolve the issue.



Original issue reported on code.google.com by [email protected] on 6 Jul 2010 at 6:34

Need good examples

What steps will reproduce the problem?
1. Insufficient examples
2. How to achive multithreading

Original issue reported on code.google.com by [email protected] on 6 Nov 2012 at 5:42

Not an issue, but a suggestion

Hello,
This solution of implementing threading concept in AS3 sounds really great(as I 
am in need of one desperately ;))

However, it would be really great if you can provide a usage example. This 
shall surely help to get started.

Thanks...
Deepak
(Submitting under issues, as I could not find any comments column here)

Original issue reported on code.google.com by [email protected] on 28 Oct 2011 at 7:14

Insufficient documentation

Documentation is not sufficient to use in real applications.
Please provide few examples in Flex to implement this api.

Thanks & regards,
Renu

Original issue reported on code.google.com by [email protected] on 6 Nov 2012 at 7:41

How to get notification when done a batch of operations

Sorry maybe the title is not that clear.

The home page mentions that there are two typical usages:
 * analysis of large sets of xpath rules 
 * iterating over large ByteArray collections and encoding the contents to the correct character set. 

Will this thread last until the user finally close the browser? Or it'll end 
once the large set of operations are all completed (saying a 50M ByteArray 
encoding)?

If the thread should end after achieving its goal, what will be preferred way I 
can terminate the thread? Events?

Thanks.

Original issue reported on code.google.com by [email protected] on 6 Jul 2010 at 6:44

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.