• Home
    • View
    • Login
    This page
    • Normal
    • Export PDF
    • Page Information

    Loading...
  1. Dashboard
  2. Undefined Space
  3. Multi-Language VM
  4. Coroutines

Page History

Versions Compared

Old Version 1

changes.mady.by.user Lukas Stadler

Saved on Jul 28, 2010

compared with

New Version 2

changes.mady.by.user Lukas Stadler

Saved on Jul 28, 2010

  • Next Change: Difference between versions 2 and 3
  • View Page History

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleAsymCoroutine.java
borderStylesolid
public abstract class AsymCoroutine<InT, OutT> implements Iterable<OutT>
{
  public AsymCoroutine();
  public AsymCoroutine(long stacksize);

  public InT ret(OutT value);
  public InT ret();
  public OutT call(InT input);
  public OutT call();

  protected abstract OutT run(InT value);

  @Override
  public Iterator<OutT> iterator();
}

*CoroutineLocal*s CoroutineLocals work like ThreadLocals with the exception that they are scoped to Coroutines.

Overview
Content Tools
ThemeBuilder

Terms of Use
• License: GPLv2
• Privacy • Trademarks • Contact Us

Powered by a free Atlassian Confluence Open Source Project License granted to https://www.atlassian.com/software/views/opensource-community-additional-license-offer. Evaluate Confluence today.

  • Kolekti ThemeBuilder Powered by Atlassian Confluence 8.5.21
  • Kolekti ThemeBuilder printed.by.atlassian.confluence
  • Report a bug
  • Atlassian News
Atlassian
Kolekti ThemeBuilder EngineAtlassian Confluence
{"serverDuration": 287, "requestCorrelationId": "1ff47f5ea7b49713"}