Skip to content
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

Unit 3 / lesson 5 ported to F# #246

Merged
merged 1 commit into from
Oct 2, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 0 additions & 33 deletions src/Unit-3/lesson5/Completed/ActorPaths.cs

This file was deleted.

6 changes: 6 additions & 0 deletions src/Unit-3/lesson5/Completed/ActorSystem.fs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
namespace GithubActors

open Akka.FSharp

module ActorSystem =
let githubActors = System.create "GithubActors" (Configuration.load())
462 changes: 462 additions & 0 deletions src/Unit-3/lesson5/Completed/Actors.fs

Large diffs are not rendered by default.

87 changes: 0 additions & 87 deletions src/Unit-3/lesson5/Completed/Actors/GithubAuthenticationActor.cs

This file was deleted.

141 changes: 0 additions & 141 deletions src/Unit-3/lesson5/Completed/Actors/GithubCommanderActor.cs

This file was deleted.

Loading