Skip to content

Misc improvements #269

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 24, 2019
Merged

Misc improvements #269

merged 3 commits into from
Feb 24, 2019

Conversation

danielgerlag
Copy link
Owner

  • Added Attach and Id to fluent API
    This will enable one to attach the flow from a step to any other step with an Id
    Control structure scope will be preserved
      .StartWith<Step1>()
          .Id("step1")
      .Then<Step2>()
      .Attach("step1")    
  • Added index queue ahead of upcoming feature for async indexing
  • Various performance improvements

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant