Skip to content

Instantly share code, notes, and snippets.

View Mark-Broadhurst's full-sized avatar
🎯
Focusing

Mark Broadhurst Mark-Broadhurst

🎯
Focusing
  • Kantar WorldPanel
  • London, UK
View GitHub Profile
@Mark-Broadhurst
Mark-Broadhurst / 01_SayHello.fsx
Created November 11, 2016 17:52 — forked from akimboyko/01_SayHello.fsx
Samples from "Actor-based Concurrency with F# and Akka.NET" http://bit.ly/FSharpAkkaNET
#time "on"
#load "Bootstrap.fsx"
open System
open Akka.Actor
open Akka.Configuration
open Akka.FSharp
open Akka.TestKit
// #Using Actor